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
Now, in the future, it's possible to add an .editorconfig
file to the Migrations folder, with the following contents:
# All files
# Sets generated code for all migrations
[*]
generated_code = true
It will disable all analyzers, which makes my IDE much happier with all the migrations.
Note: requires Visual Studio 16.5