Arthur Vickers
Arthur Vickers
@Wheelnius With TPT mapping, the type of object is determined by which tables contain a row for the entity's ID. EF won't create an instance of a type that the...
Note for triage: the problem here is that we have "summary" and "remarks" in our XML docs, but only the summary is shown for enum members.
@macias The way the code is set up there will never be a zero `IntCompany.Id` or `IntLanguage.Id`, because these properties are configured to have generated values, which means if the...
@macias Thanks for your thoughts. However, EF Core doesn't work this way. It relies on an accurate model of the database. We then use that to our best to implement...
@macias This is not something we plan to implement.
**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...
@macias Can you put the code on GitHub or point to some instructions on how to download from "codeberg".
Duplicate of #30699
Note for triage: likely covered by #31257, but not covered by #29427.
@maumar Looks like an issue with `.HasValue` and null propagation.