-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce code style in build and convert errors to suggestions
Instead of using `silence` we now use `suggestion` which enables Roslynator and other tools to continue to show the warning, but not block the build. This allows us to set `EnforceCodeStyleInBuild` now, without having to fix everything, which helps prevent future mistakes. Note that many of these should be fixed ASAP, and that we previously thought we'd enabled all the maintainability warnings, but since they are not turned on by default, the category does nothing. Co-authored-by: Andy Schwartzmeyer <[email protected]>
- Loading branch information
1 parent
3c5a7ae
commit 023e51b
Showing
2 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters