How to squash EF Core migrations

How to squash EF Core migrations

Each migration in EF core contains a full copy of the snapshot at the time. In a large and active team this soon adds up to millions and millions of lines of code. This is an issue both because it makes compiling slower but also make things like… Läs mer