Description
DateOnly doesn't appear to work in scripts.
Repro code
open System
type Order =
{
OrderDate : DateOnly
}
Expected and actual results
Should compile, but leads to the following error:
error FSHARP: The type 'DateOnly' is not defined. (code 39)
Related information
- Fable version:
dotnet fable --version: 3.7.20
- Operating system: Windows 11
- .NET Version: 6.0.403