Top "Entity-framework-core-3.0" questions

EF Linq Error after change from dotnet Core 2.2.6 to 3.0.0

I'm trying to upgrade a solution to the new Core Framework 3.0.0. Now I'm having a small issue I don't understand. …

c# .net-core entity-framework-core-3.0
Client side GroupBy is not supported

I have the following Entity Framework Core 3.0 query: var units = await context.Units .SelectMany(y => y.UnitsI18N) .OrderBy(…

c# linq group-by entity-framework-core-3.0
Entity Framework 3.0 Contains cannot be translated in SQL as it was in EF Core 2.2

I am trying to migrate a Web API from .NET Core 2.2 to .NET Core 3.0 and I have stumbled across the …

entity-framework-core .net-core-3.0 entity-framework-core-3.0