Arthur Vickers
Arthur Vickers
@t-dambacher OnModelCreating is not an appropriate place for such a hook. There are several reasons why EF Core may need to build the model more than once when running an...
@cincuranet We need a repro to do anything here.
Notes from triage: - Enums are stored as strings by default in JSON documents. This is because the type mapping uses `EnumToStringConverter` by default. - Enums can be stored as...
Note for triage: we should consider adding this, but also be aware of the possible tooling impact: #14307
We discussed this and we believe that the combination of consistent logging across providers together with executable SQL in the debug view/strings is a good balance. @ChairmanMawh You can always...
**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...
@marchy If you are finding read-only properties (i.e. properties without a setter) being mapped automatically, then can you please file a new issue with a repro. That should not be...
@smarts Unsigned integer types are supported as of EF Core 2.1.
@smarts Some databases natively support storing unsigned types, in which case they should behave like any other property. Some databases, like SQL Server, don't supported unsigned types, but EF should...
> Are you planning to implement a feature flag to revert to the previous behavior? This is tracked by #10066.