Nullness issue - Signature conformance of .fsi nullness and infered nullness from .fs #18185
Open
1 of 7 tasks
Labels
Milestone
Issue description
A nullness warning is missing when an .fsi specifies strict non-nullable type and implementation uses type inference to the nullable version of the same type
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
NET 9
Reproducible code snippet and actual behavior
Signature
Implementation
Possible workarounds
Do not use .fsi
The text was updated successfully, but these errors were encountered: