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
F# 9 provides Unchecked.nonNull to supress the nullness check essentially it is a no op or rather acts like an id function.
It would be great if it is supported.
Description
F# 9 provides
Unchecked.nonNull
to supress the nullness check essentially it is a no op or rather acts like an id function.It would be great if it is supported.
Repro code
Expected and actual results
Currently it fails with
error FABLE: Microsoft.FSharp.Core.Operators.Unchecked.NonNull (static) is not supported by Fable
Related information
The API is documented at https://devblogs.microsoft.com/dotnet/nullable-reference-types-in-fsharp-9/#flow-analysis
The text was updated successfully, but these errors were encountered: