Directory.Build.props 285 B

12345678
  1. <Project>
  2. <PropertyGroup>
  3. <EnableNETAnalyzers>true</EnableNETAnalyzers>
  4. <AnalysisLevel>latest</AnalysisLevel>
  5. <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
  6. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  7. </PropertyGroup>
  8. </Project>