I currently have an efcore 2.1 project with about 230 entities and about 350 migrations. Every time i add an efcore migration, a designer file is created. This file is approxima
You can try to purge your migration files. I sometimes use it to keep the data module small and compilable. You can find this link useful.