Open T-Gro opened 3 months ago
This is what VS offers for C#:
It maps to .csproj property, e.g.:
<Nullable>annotations</Nullable>
The annotations
value means that it loads the nullable types, propagates them etc., but never emits a warning.
I guess it is similar to having checknulls+, but disabling all related warnings.
Issue description
Nullable reference type checking is controlled via project settings in .fsproj file. This suggestion is to create an alternative control mechanism via project property pages setting in VS.
Choose one or more from the following categories of impact
null
constructs in code not using the checknulls switch.null
,not null
).Operating System
Windows (Default)
What .NET runtime/SDK kind are you seeing the issue on
.NET SDK (.NET Core, .NET 5+)
.NET Runtime/SDK version
No response
Reproducible code snippet and actual behavior
No response
Possible workarounds
No response