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 (#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.
- Loading branch information