Entity Developer issue with nullable DateOnly
I am in the process of upgrading our apps to .net 8 and EF core 8 and have also upgraded Entity Developer to the latest release. However, I am having an issue with DateOnly fields. If I mark a database field as DateOnly and nullable = true, the resulting property that is generated is a non-nullable DateOnly. I would like to use DateOnly as opposed to DateTime since the corresponding fields in Sql Server are type "Date" (nullable). Is this a bug? Is there a workaround? These are screenshots of the property settings in Entity Developer and then the resulting property in the generated class: