Issue description

or another case
Choose one or more from the following categories of impact
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 10.0.202
Reproducible code snippet and actual behavior
let test (x: string | null) =
match x with
| null -> null
| s -> s.Replace("a", "b")
Possible workarounds
No response
Issue description
Choose one or more from the following categories of impact
nullconstructs 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 10.0.202
Reproducible code snippet and actual behavior
Possible workarounds
No response