File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/PostSharp.Engineering.Sdk Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 77 <RunAnalyzersDuringBuild >true</RunAnalyzersDuringBuild >
88 <RunAnalyzersDuringLiveAnalysis >true</RunAnalyzersDuringLiveAnalysis >
99 <WarningLevel >4</WarningLevel >
10- <StyleCopVersion Condition =" '$(StyleCopVersion)'==''" >1.2.0-beta.556</StyleCopVersion >
1110 </PropertyGroup >
1211
1312 <!-- Documentation -->
2322 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
2423 </PropertyGroup >
2524
26- <!-- Stylecop -->
27- <ItemGroup Condition =" '$(DisableCodeQuality)'!='True' AND '$(DisableStyleCop)'!='True'" >
28- <PackageReference Include =" StyleCop.Analyzers"
29- VersionOverride =" $(StyleCopVersion)"
30- Condition =" '$(ManagePackageVersionsCentrally)'=='true' AND '$(EnforceCodeStyleInBuild)'=='True'"
31- PrivateAssets =" All" />
32- <PackageReference Include =" StyleCop.Analyzers"
33- Version =" $(StyleCopVersion)"
34- Condition =" '$(ManagePackageVersionsCentrally)'!='true' AND '$(EnforceCodeStyleInBuild)'=='True'"
35- PrivateAssets =" All" />
36- <AdditionalFiles Include =" $(MSBuildThisFileDirectory)\assets\stylecop.json"
37- Condition =" '$(EnforceCodeStyleInBuild)'=='True'"
38- Link =" stylecop.json"
39- Pack =" false" />
40- </ItemGroup >
41-
4225</Project >
You can’t perform that action at this time.
0 commit comments