Код: Выделить всё
# lots of other single rules...
# unreachable code
dotnet_diagnostic.CS0162.severity = error
[**/Migrations/*.cs]
dotnet_analyzer_diagnostic.severity = none
Подробнее здесь: https://stackoverflow.com/questions/792 ... et-project
Код: Выделить всё
# lots of other single rules...
# unreachable code
dotnet_diagnostic.CS0162.severity = error
[**/Migrations/*.cs]
dotnet_analyzer_diagnostic.severity = none