Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

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

Can't update Database with EF Code-First

Why does Entity Framework's EF Migrations Add-Migration step require a database connection string?

How to prevent creating migrations and applying them for specified dbContext in Entity Framework Core 6?

EFCore Not recognizing Database Provider

adding a foreign key with Code First migration

Rename a column in EF with Code First