Use this tag for version specific questions about the 3.1 version of Entity Framework for .NET Core.
Upon upgrade to EFCore 3.1 deprecated warnings appeared: Warning CS0618 'RelationalDatabaseFacadeExtensions.ExecuteSqlCommandAsync(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the …
c# entity-framework-core ef-core-3.1I'm struggling with this for four days already and no progress at all. Having a query, which worked just fine …
c# entity-framework linq asp.net-core ef-core-3.1I have a database table to connect data between user and clients. db: class UserClientCorporate{ int UserId; User User; int …
c# asp.net-core .net-core entity-framework-core ef-core-3.1I upgraded my data layer classlibrary project from .NETCore 2.2 to .NETCore3.1 and also upgraded the Nuget packages like EntityFrameWork Core …
linq azure-cosmosdb c#-8.0 .net-core-3.1 ef-core-3.1