Merge pull request #2150 from Bond-009/releaseerror

Enable TreatWarningsAsErrors for some projects
This commit is contained in:
dkanada
2020-01-02 10:13:57 +09:00
committed by GitHub
51 changed files with 169 additions and 26 deletions

View File

@@ -49,7 +49,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<!-- Code analysers-->
<!-- Code Analyzers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />