You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops, as I checked, it appeared that WarningsAsErrors was defined twice and the second one overrode the correct one, sorry for that and thanks for checking
Issue description
WarningAsError doesn't have effect in certain cases
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 SDK 9.0.100
Reproducible code snippet and actual behavior
(rawRangeHeader[0] |> string)
to justrawRangeHeader[0]
Possible workarounds
Ignore problem
The text was updated successfully, but these errors were encountered: