Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable nullable warnings on .NET Standard and Framework (dotnet#10677)
Those platforms do not have nullable-annotated BCLs, so things like `Debug.Assert` do not work as expected and cause spurious warnings. This is the same approach that Roslyn takes: https://github.com/dotnet/roslyn/blob/main/eng/targets/Imports.targets#L35-L42. (cherry picked from commit 6cf6203)
- Loading branch information