We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateOnly doesn't appear to work in scripts.
DateOnly
open System type Order = { OrderDate : DateOnly }
Should compile, but leads to the following error:
error FSHARP: The type 'DateOnly' is not defined. (code 39)
dotnet fable --version
The text was updated successfully, but these errors were encountered:
Hi @isaacabraham. Can you please try with Fable 4 (dotnet tool install fable --prerelease)? I just tested and DateOnly works for me in scripts.
dotnet tool install fable --prerelease
Sorry, something went wrong.
I tested and it is working for me with Fable 4
No branches or pull requests
Description
DateOnly
doesn't appear to work in scripts.Repro code
Expected and actual results
Should compile, but leads to the following error:
Related information
dotnet fable --version
: 3.7.20The text was updated successfully, but these errors were encountered: