For some incomprehensible reason Fable fails to compile FSharp.Control.AsycRx under dotnet 5.0.100-rc.1.20452.10. Compilation fails because:
SHARP: A unique overload for method 'Async.Sleep' could not be determined based on type information
prior to this program point. A type annotation may be needed.
Everything compiles straight without problems with dotnet build, but Fable trips on missing type annotations.
For some incomprehensible reason Fable fails to compile
FSharp.Control.AsycRx
underdotnet 5.0.100-rc.1.20452.10
. Compilation fails because:Everything compiles straight without problems with
dotnet build
, but Fable trips on missing type annotations.