This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
AsyncUsageAnalyzers.CodeFixes Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 121
121
<ItemGroup >
122
122
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
123
123
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
124
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
125
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
126
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
124
127
</ItemGroup >
125
128
<ItemGroup >
126
129
<ProjectReference Include =" ..\AsyncUsageAnalyzers\AsyncUsageAnalyzers.csproj" >
Original file line number Diff line number Diff line change 7
7
<package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 1.0.0" targetFramework =" portable45-net45+win8" />
8
8
<package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" portable45-net45+win8" />
9
9
<package id =" NuGet.CommandLine" version =" 2.8.3" targetFramework =" portable45-net45+win8" />
10
+ <package id =" StyleCop.Analyzers" version =" 1.0.0-rc3" targetFramework =" portable45-net45+win8" developmentDependency =" true" />
10
11
<package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" portable45-net45+win8" />
11
12
<package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" portable45-net45+win8" />
12
13
<package id =" Tvl.NuGet.BuildTasks" version =" 1.0.0-alpha002" targetFramework =" portable45-net45+win8" />
Original file line number Diff line number Diff line change 147
147
<ItemGroup >
148
148
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
149
149
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
150
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
151
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
152
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
150
153
</ItemGroup >
151
154
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152
155
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
Original file line number Diff line number Diff line change 6
6
<package id =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 1.0.0" targetFramework =" net452" />
7
7
<package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 1.0.0" targetFramework =" net452" />
8
8
<package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" net452" />
9
+ <package id =" StyleCop.Analyzers" version =" 1.0.0-rc3" targetFramework =" net452" developmentDependency =" true" />
9
10
<package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" net452" />
10
11
<package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" net452" />
11
12
<package id =" xunit" version =" 2.1.0" targetFramework =" net452" />
Original file line number Diff line number Diff line change 154
154
<ItemGroup >
155
155
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
156
156
<Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
157
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
158
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
159
+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
157
160
</ItemGroup >
158
161
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" />
159
162
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 5
5
<package id =" Microsoft.CodeAnalysis.CSharp" version =" 1.0.0" targetFramework =" portable45-net45+win8" />
6
6
<package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" portable45-net45+win8" />
7
7
<package id =" NuGet.CommandLine" version =" 2.8.3" targetFramework =" portable45-net45+win8" />
8
+ <package id =" StyleCop.Analyzers" version =" 1.0.0-rc3" targetFramework =" portable45-net45+win8" developmentDependency =" true" />
8
9
<package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" portable45-net45+win8" />
9
10
<package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" portable45-net45+win8" />
10
11
</packages >
You can’t perform that action at this time.
0 commit comments