C
C#3y ago
Keyinator

Enable nullable by default

I tried setting <Nullable>disable</Nullable> and <Nullable>disable</Nullable> in Directory.Build.props. However I still get CS8632. Any way to disable this Directory wide?
1 Reply
WAASUL
WAASUL3y ago
Maybe try rebuilding your application.

Did you find this page helpful?