File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments