-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Restore nullable warnings for unset required members from base types #63286
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
Conversation
Fixes dotnet#61718. Note that there is still a hole for field-like events coming from metadata, but there's not much we can do about that as we don't know whether the event was field-like.
|
@dotnet/roslyn-compiler @RikkiGibson for review. |
Is there a test for this scenario? I'm not sure I understand it. |
|
Co-authored-by: Rikki Gibson <[email protected]>
|
@dotnet/roslyn-compiler for a second review please. |
Youssef1313
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need a spec update?
…on entry to a constructor.
|
@RikkiGibson please take another look. @dotnet/roslyn-compiler for reviews. |
|
@RikkiGibson @dotnet/roslyn-compiler for reviews please. |
|
@dotnet/roslyn-compiler for a second review please. |
Fixes #61718.