Arthur Vickers
Arthur Vickers
Assigning to @bricelam, @JeremyLikness, and myself. If one of you starts work on this, then please let the others know. Would be good to get in by the 15th for...
@AndriySvyryd Looks like key values are being synthesized here when they should not be.
Note for triage. While the model builder does allow configuration of the shadow properties with: ```C# modelBuilder.Entity().Property("MyPeriodStart").HasPrecision(0); ``` Or ```C# modelBuilder.Entity().Property("MyPeriodStart").HasColumnType("datetime2(0)"); ``` The model validator requires that the type be...
**EF Team Triage:** Closing this issue as the requested additional details have not been provided and we have been unable to reproduce it. *BTW this is a canned response and...
This is something that in the future could be a public convention. Backlogging for now.
@spottedmahn It is dependent on #214, which is a fairly substantial chunk of work and still requires some design.
Notes from triage: we think the common cases for structs like these could be handled by being able to map a type to multiple columns. The main missing feature for...
Note: consider the case that the value object contains key properties--see #10682
See also https://github.com/aspnet/EntityFrameworkCore/issues/13947#issuecomment-457353765
@cs-util See https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions?tabs=data-annotations#examples