-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Enable nullable reference types for System.Windows.Forms.Design
#8342
Comments
This issue is now marked as "help wanted", and we’re looking for a community volunteer to work on this issue. If we receive no interest in 180 days, we will close the issue. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
I have started work on this. I immediately ran into interfaces in runtime which aren't annotated. Should interfaces be annotated with NRTs? |
I think we're going to have issues with all |
The team has decided to prioritize nullability changes to files in |
That's very understandable. We're not far off for |
Thank you for your patience on this! We've revisited this and decided we will start taking a look at new nullability changes in |
Is your feature request related to a problem? Please describe
System.Windows.Forms.Design
does not have<Nullable>enable</Nullable>
in its project file and the individual files aren't marked to enable/disable NRTs.I am creating this issue to help track the progress
I suggest the following plan which has been implemented previously with other projects:
#nullable disable
where needed.Related: #1107
List of files which need annotating ordered by line count ascending:
Describe the solution you'd like and alternatives you've considered
N/A
Will this feature affect UI controls?
N/A
The text was updated successfully, but these errors were encountered: