Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address new nullable warnings from compiler [MaybeNull] updates #179

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Address new nullable warnings from compiler [MaybeNull] updates #179

merged 1 commit into from
Nov 22, 2019

Conversation

stephentoub
Copy link
Member

The compiler is updating its handling of maybe-null values (dotnet/roslyn#39778), and in doing so we're getting a bunch of new warnings. We've not yet ingested the new compiler, but this proactively addresses the warnings for when we do.

cc: @safern, @buyaa-n, @cston, @jaredpar

The compiler is updating its handling of maybe-null values, and in doing so we're getting a bunch of new warnings.  We've not yet ingested the new compiler, but this proactively addresses the warnings for when we do.
@stephentoub stephentoub merged commit 0d36b2f into dotnet:master Nov 22, 2019
@stephentoub stephentoub deleted the fixnullable branch November 22, 2019 03:56
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants