Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3eeb718

Browse files
committed
Added FxCopAnalyzers to SDK projects.
1 parent 59a61ce commit 3eeb718

File tree

9 files changed

+14
-0
lines changed

9 files changed

+14
-0
lines changed

src/CredentialManagement/CredentialManagement.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<TargetFramework>net461</TargetFramework>
44
</PropertyGroup>
55
<Import Project="$(SolutionDir)\src\common\signing.props" />
6+
<ItemGroup>
7+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
8+
</ItemGroup>
69
<ItemGroup>
710
<ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj" />
811
</ItemGroup>

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
2829
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
2930
<PackageReference Include="Octokit.GraphQL" Version="0.0.4-alpha" />
3031
</ItemGroup>

src/GitHub.App/GitHub.App.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<PackageReference Include="EnvDTE" Version="8.0.1" />
3939
<PackageReference Include="LibGit2Sharp" Version="0.23.1" />
4040
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="1.0.164" />
41+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
4142
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="14.0.25424" />
4243
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="14.3.25407" />
4344
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.17" />

src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
2930
<PackageReference Include="Rx-Main" Version="2.2.5-custom" />
3031
</ItemGroup>
3132
</Project>

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<PackageReference Include="EnvDTE80" Version="8.0.1" />
2626
<PackageReference Include="LibGit2Sharp" Version="0.23.1" />
2727
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="1.0.164" />
28+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
2829
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="14.0.25424" />
2930
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="14.3.25407" />
3031
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.17" />

src/GitHub.Extensions.Reactive/GitHub.Extensions.Reactive.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
1718
<PackageReference Include="Rx-Main" Version="2.2.5-custom" />
1819
</ItemGroup>
1920
</Project>

src/GitHub.Extensions/GitHub.Extensions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
3435
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.17" />
3536
<PackageReference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" Version="10.0.30319" />
3637
</ItemGroup>

src/GitHub.Logging/GitHub.Logging.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Import Project="$(SolutionDir)\src\common\signing.props" />
88

99
<ItemGroup>
10+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
1011
<PackageReference Include="Serilog" Version="2.5.0" />
1112
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
1213
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.0.0" targetFramework="net452" />

src/GitHub.Services.Vssdk/GitHub.Services.Vssdk.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
<Import Project="$(SolutionDir)\src\common\signing.props" />
77

8+
<ItemGroup>
9+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" />
10+
</ItemGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\GitHub.Exports\GitHub.Exports.csproj" />
1014
<ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj" />

0 commit comments

Comments
 (0)