Skip to content

Commit 8a62c30

Browse files
author
MPCoreDeveloper
committed
alaysis level
1 parent 57b86bc commit 8a62c30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/SharpCoreDB/SharpCoreDB.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
1111

1212
<!-- Best Practice: Enable warnings as errors for production code -->
13-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1414
<WarningLevel>5</WarningLevel>
1515
<AnalysisLevel>latest</AnalysisLevel>
16-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
16+
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
1717

1818
<!-- Suppress only StyleCop warnings that conflict with project style -->
19-
<NoWarn>$(NoWarn);SA1101;SA1633;SA1309;S3267;S1135;S1144;S1172;S2325;S1186;S927;S1006;S4144</NoWarn>
19+
<NoWarn>$(NoWarn);1591;SA1101;SA1633;SA1309;S3267;S1135;S1144;S1172;S2325;S1186;S927;S1006;S4144</NoWarn>
2020

2121
<!-- NuGet Package Properties -->
2222
<PackageId>SharpCoreDB</PackageId>

0 commit comments

Comments
 (0)