nhibernate-core
nhibernate-core copied to clipboard
Native support for TimeOnly and DateOnly .NET 6 types
See here:
- https://docs.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0
- https://docs.microsoft.com/en-us/dotnet/api/system.dateonly?view=net-6.0
EFCore already did it, will NHibernate do it soon? https://github.com/dotnet/efcore/issues/24507
@ducmerida as far as I know, no one works on this. You are more than welcome to submit a PR. See contributing.
Sorry i don't think that i will be able to do that, i'm only asking because it is an interesting feature, and it seems to be the most liked issue ever https://github.com/nhibernate/nhibernate-core/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc, for now i will continue to use DateTime and TimeSpan, thanks :)
I'm working on this
@gliljas , thank you so much! Please let me know if there's anything that I could do to help.