Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-3.1

How to run EFCore Migrate on ASP.NET start up WITH retries?

An operation was scaffolded that may result in the loss of data. Please review the migration for accuracy. happens after Update-database has no change

EF Core No tracking and Add() or Update()

how do I prevent left join for owned properties in entity framework core 3.1?

EF Core InMemoryDatabase - How to test with Keyless Entity (mapped to Sql View) - XUnit

.NET Core API: Invalid column name '__roleName_0' on upgrading to EF Core 3.1 on docker container running on Linux VM

Why Migration.BuildTargetModel has so much duplicate code?

Does EF core's HasIndex(Expression<Func<T,object>>) always get the index ordering correct?

c# ef-core-3.1

Update Navigation Property with Entity.CurrentValues.SetValues

EF Core 3 Has Value Generator

Problem with EF Core after migrating from 2.2 to 3.1

System.TypeLoadException: Could not load type 'Microsoft.EntityFrameworkCore.Infrastructure.DesignTimeProviderServicesAttribute'

EF Core 3: CLI "Migrations add" fails on "No database provider has been configured for this DbContext"

My .Include statement doing INNER JOIN instead of LEFT JOIN (EF Core 3.1)