Open
Description
Is your feature request related to a problem? Please describe.
In C# it's possible to convert all nullable-related warnings to errors using <WarningsAsErrors>nullable</WarningsAsErrors>
. From docs:
The set of all nullability warnings can be specified with the Nullable shorthand.
So in line with #17486 it would be nice to have WAE behaviour as well.
Describe the solution you'd like
Support <WarningsAsErrors>nullable</WarningsAsErrors>
Describe alternatives you've considered
Just use specific warning numbers or even true
.
Additional context
.
Metadata
Metadata
Assignees
Type
Projects
Status
Done