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

More nullability work #16985

Merged
merged 2 commits into from
Aug 7, 2019
Merged

More nullability work #16985

merged 2 commits into from
Aug 7, 2019

Conversation

roji
Copy link
Member

@roji roji commented Aug 6, 2019

Remove module-level handling for [NullableContext] (as per dotnet/roslyn#37610) and recognize [MaybeNull].

See discussion here.

As per dotnet/roslyn#37610, the compiler will
no longer emit nullability context attributes at the module level,
only at the type and method level.

Simplify our non-nullability detection convention.

Part of #16440
@roji roji merged commit fb61241 into release/3.0 Aug 7, 2019
@ghost ghost deleted the MoreNullabilityStuff branch August 7, 2019 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants