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
Plus a minor issue with System.DateTimeOffset.TryParse().
I just checked and the following f# throws the error: TypeError: try_parse() missing 3 required positional arguments: 'unsigned', 'bitsize', and 'defValue'.
Description
Trying to print
System.DateTime
with automatic string conversion throws error.Repro code
Expected and actual results
Expected results
Printing all information.
Actual results
With
printfn "result: %A" dt
the code throws:Related information
dotnet fable --version
: 4.19.2The text was updated successfully, but these errors were encountered: