Skip to content

Commit a1cbcc4

Browse files
authored
Remove remaining usage of StyleCop (#52255)
1 parent 054aa3a commit a1cbcc4

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</PropertyGroup>
1414

1515
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
16-
<Import Project="$(RepositoryEngineeringDir)Analyzers.props" />
1716

1817
<PropertyGroup>
1918
<IsLinux Condition="$([MSBuild]::IsOSPlatform('LINUX'))">true</IsLinux>

eng/Analyzers.props

Lines changed: 0 additions & 5 deletions
This file was deleted.

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<NETStandardLibraryVersion>2.0.3</NETStandardLibraryVersion>
5959
<NewtonsoftJsonPackageVersion>13.0.3</NewtonsoftJsonPackageVersion>
6060
<SystemDataSqlClientPackageVersion>4.8.6</SystemDataSqlClientPackageVersion>
61-
<StyleCopAnalyzersPackageVersion>1.2.0-beta.435</StyleCopAnalyzersPackageVersion>
6261
<WebDeploymentPackageVersion>4.0.5</WebDeploymentPackageVersion>
6362
<SystemCommandLineNamingConventionBinderVersion>2.0.0-beta5.25279.2</SystemCommandLineNamingConventionBinderVersion>
6463
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2</MicrosoftCodeAnalysisAnalyzerTestingVersion>

test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
77
<IsUnitTestProject>true</IsUnitTestProject>
8-
<EnableStyleCopAnalyzer>true</EnableStyleCopAnalyzer>
98
<GenerateDocumentationFile>true</GenerateDocumentationFile>
109
</PropertyGroup>
1110

test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
77
<OutputType>Exe</OutputType>
88
<IsUnitTestProject>true</IsUnitTestProject>
9-
<EnableStyleCopAnalyzer>true</EnableStyleCopAnalyzer>
109
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1110
</PropertyGroup>
1211

0 commit comments

Comments
 (0)