Arthur Vickers
Arthur Vickers
[Generated Values: Default values](https://docs.microsoft.com/en-us/ef/core/modeling/generated-properties?tabs=data-annotations#default-values) should reference [Working with default values](https://docs.microsoft.com/en-us/ef/core/change-tracking/miscellaneous#working-with-default-values) See https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1490#issuecomment-895551971
https://github.com/dotnet/efcore/pull/25440
See https://github.com/dotnet/efcore/issues/17086, https://github.com/dotnet/efcore/issues/19193
Follow on from #2935, but for 6.0.
Moved from https://github.com/dotnet/efcore/issues/29123 since we failed to get any input there. --- A minimal reproduceable repo is here: https://github.com/elninoisback/ef7rc-fnapp-issue The following error is thrown in the console when the function...
For SQL Server, there are problems when using: - Triggers #27531 - Certain computed columns https://github.com/dotnet/EntityFramework.Docs/issues/4130 For SQLite, there are problems when using: - Virtual tables #29512 - Triggers #29811
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...
Originally filed as https://github.com/dotnet/efcore/issues/2725#issuecomment-1382199920 by VeMike So how would I ignore just a base class, but not a derived class using [this approach](https://learn.microsoft.com/en-us/ef/core/modeling/entity-types?tabs=data-annotations#excluding-types-from-the-model)? Consider the following model: ```cs [Table(nameof(Human))] public...