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

Annotate System.Reflection.Context for nullability #54938

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

stephentoub
Copy link
Member

The impact here is almost entirely internal; the ref only gains two question marks.

Fixes #54596
cc: @ViktorHofer, @dotnet/area-system-reflection

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@stephentoub stephentoub force-pushed the contextnullable branch 2 times, most recently from 195af6e to 5369a56 Compare July 1, 2021 00:54
The impact here is almost entirely internal; the ref only gains two question marks.
@stephentoub stephentoub merged commit 5847f6d into dotnet:main Jul 2, 2021
@stephentoub stephentoub deleted the contextnullable branch July 2, 2021 16:24
@ghost ghost locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Address System.Reflection.Context's nullable warnings targeting .NETCoreApp
2 participants