Open LeafShi1 opened 3 months ago
Add #nullable enable for all unit tests files under System.Windows.Forms.Tests
#nullable enable
System.Windows.Forms.Tests
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.
Add
#nullable enable
for all unit tests files underSystem.Windows.Forms.Tests