DateOnly, introduced in .NET 6 is not supported as it raises:
System.NotSupportedException : Don't know about System.DateOnly
I am interested in implementing it if I could get some pointers (maybe good starting points are #239 or #1012 ?) and the assurance it'll be reviewed.
DateOnly, introduced in .NET 6 is not supported as it raises:
I am interested in implementing it if I could get some pointers (maybe good starting points are #239 or #1012 ?) and the assurance it'll be reviewed.