Skip to content

Commit

Permalink
Enabling new MSBuild treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Sep 22, 2021
1 parent ebcd0ea commit 51f730f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Defaults.Specs/Aksio.Defaults.Specs.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>True</CodeAnalysisTreatWarningsAsErrors>
<StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IsTestProject>false</IsTestProject>
Expand Down
1 change: 1 addition & 0 deletions Source/Defaults/Aksio.Defaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>True</CodeAnalysisTreatWarningsAsErrors>
<StyleCopTreatErrorsAsWarnings>True</StyleCopTreatErrorsAsWarnings>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>

<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 51f730f

Please sign in to comment.