Attila Vlacsil

Results 2 issues of Attila Vlacsil

### Summary I'm trying to use complex types as described in [What's New in EF Core 8](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/whatsnew#value-objects-using-complex-types) and it works fine for tables, but I get the following exception when...

customer-reported
area-query

### Bug description Use case: Get one entity by Id (PK), and all its history from the temporal table. When I'm trying to collect the historical rows, EF Core returns...

customer-reported