clintirving / entity-framework-you

MIT License
4 stars 2 forks source link

Default value doesn't work for non-nullable DateTime #31

Open clintirvingEAX opened 2 years ago

clintirvingEAX commented 2 years ago

[DefaultValue(UtcNow = true)] doesn't apply for DateTime.

It only works for DateTime?