How to handle huge efcore migrations designer files that is slowing down build and IDE

后端 未结 4 562
面向向阳花
面向向阳花 2021-02-01 23:52

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

4条回答
  •  深忆病人
    2021-02-02 00:10

    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.

提交回复
热议问题