Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

How does one override the default SQL migration generator?

Cannot list Entity Framework Migrations in Visual Studio 2019 due to dotnet ef dbcontext --json failure

How to create a stored procedure from EF Core code first approach?

EF Migration ignores [Required] attribute on string properties and creates nullable field

EF Core keeps complaining about non existent indexes

How to determine database provider at the IEntityTypeConfiguration, because I support multiple databases

Sync Migrations and continue CodeFirst after manual DB edit

What is the purpose of MigrateDatabaseToLatestVersion useSuppliedContext = false?

change entity framework core code first migration name format

Exclude properties for migrations [duplicate]

What's the purpose of StartupProjectName parameter in Add-Migration in EF

Failed to create CoreCLR, HRESULT: 0x80004005 when trying to run Entity Framework CLI

Entity Framework Code First Cascading Delete One To Many

How to set decimal precision and scale in entity framework code first migrations

EF Core Fluent API - unique constraint not being detected/included in migration

EF Core always create .Annotation("SqlServer:Identity", "1, 1") on add-migration