Flash0ver / F0.Minesweeper

Source of truth for a Blazor implementation of Minesweeper.
MIT License
6 stars 0 forks source link

Enforce .editorconfig rules in Release configuration #15

Closed Flash0ver closed 2 years ago

Flash0ver commented 4 years ago

Set severity to warning. In Release builds, warnings are errors. See https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/language-rules.

See also https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>