dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.8k stars 3.2k forks source link

Improve Migrations managed data #22947

Open ajcvickers opened 4 years ago

ajcvickers commented 4 years ago

This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on, but consider also voting for individual issues for things you consider especially important.


This an "epic" issue for the theme of improving seed data in migrations. Specific pieces of work will be tracked by linked issues.

Done in 7.0

Backlog

maimonieli commented 2 years ago

Hi , composed types data seeding it's a very important issue in our application. any updates / alternatives ?