dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.72k stars 3.17k forks source link

Enable indexer complex properties #31244

Open AndriySvyryd opened 1 year ago

AndriySvyryd commented 1 year ago

Split off from https://github.com/dotnet/efcore/issues/13947

Special care needs to be taken if the complex type is a value type.

maumar commented 1 week ago

When implementing this, see https://github.com/dotnet/efcore/pull/34858