chore: improve linting and formatting
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s
This commit is contained in:
parent
cdc6cfbf96
commit
2c56791721
4 changed files with 31 additions and 32 deletions
|
|
@ -13,6 +13,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<AnalysisMode>Recommended</AnalysisMode>
|
||||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
||||
<WarningsAsErrors>nullable</WarningsAsErrors>
|
||||
<WarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</WarningsAsErrors>
|
||||
|
|
@ -34,4 +35,4 @@
|
|||
<NuGetAuditLevel>moderate</NuGetAuditLevel>
|
||||
<NuGetAuditMode>all</NuGetAuditMode>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue