dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.43k stars 986 forks source link

Enable nullable reference types for System.Windows.Forms.Tests #11846

Open LeafShi1 opened 3 months ago

LeafShi1 commented 3 months ago

Add #nullable enable for all unit tests files under System.Windows.Forms.Tests

JeremyKuhne commented 3 months ago

The ultimate goal should be to turn it on in the project file and remove all of the explicit #nullable enable when this is done.