- Removed support for checking pointers (nullable context does not flow correctly/reliably in some cases and this can't be fixed).
- Fixed default assembly nullable context, which caused code that should be oblivious (i.e. code following
#nullable disable
and some generated code) to be checked in some cases. - Updated Fody dependencies.
Full Changelog: v1.0.6...v2.0.0