Arthur Vickers

Results 139 issues of 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

area-change-tracking
area-model-building

https://github.com/dotnet/efcore/pull/25440

area-context-management
undocumented-feature

See https://github.com/dotnet/efcore/issues/17086, https://github.com/dotnet/efcore/issues/19193

area-context-management
undocumented-feature

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...

Needs: Attention :wave:

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

type-bug
Servicing-consider
regression
customer-reported
area-sqlserver
area-sqlite

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,...

type-enhancement
needs-design
area-query
composite-issue

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...

type-bug
breaking-change
customer-reported
area-migrations