This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
AsyncUsageAnalyzers.CodeFixes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 <ItemGroup >
122122 <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
123123 <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" />
124127 </ItemGroup >
125128 <ItemGroup >
126129 <ProjectReference Include =" ..\AsyncUsageAnalyzers\AsyncUsageAnalyzers.csproj" >
Original file line number Diff line number Diff line change 77 <package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 1.0.0" targetFramework =" portable45-net45+win8" />
88 <package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" portable45-net45+win8" />
99 <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" />
1011 <package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" portable45-net45+win8" />
1112 <package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" portable45-net45+win8" />
1213 <package id =" Tvl.NuGet.BuildTasks" version =" 1.0.0-alpha002" targetFramework =" portable45-net45+win8" />
Original file line number Diff line number Diff line change 147147 <ItemGroup >
148148 <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
149149 <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" />
150153 </ItemGroup >
151154 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152155 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
Original file line number Diff line number Diff line change 66 <package id =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 1.0.0" targetFramework =" net452" />
77 <package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 1.0.0" targetFramework =" net452" />
88 <package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" net452" />
9+ <package id =" StyleCop.Analyzers" version =" 1.0.0-rc3" targetFramework =" net452" developmentDependency =" true" />
910 <package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" net452" />
1011 <package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" net452" />
1112 <package id =" xunit" version =" 2.1.0" targetFramework =" net452" />
Original file line number Diff line number Diff line change 154154 <ItemGroup >
155155 <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
156156 <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" />
157160 </ItemGroup >
158161 <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" />
159162 <!-- 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 55 <package id =" Microsoft.CodeAnalysis.CSharp" version =" 1.0.0" targetFramework =" portable45-net45+win8" />
66 <package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" portable45-net45+win8" />
77 <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" />
89 <package id =" System.Collections.Immutable" version =" 1.1.36" targetFramework =" portable45-net45+win8" />
910 <package id =" System.Reflection.Metadata" version =" 1.0.21" targetFramework =" portable45-net45+win8" />
1011</packages >
You can’t perform that action at this time.
0 commit comments