Skip to content

Commit

Permalink
Upgrading StyleCop to Analyzer version, fixing some style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Apr 6, 2017
1 parent e402879 commit 3b3e8cb
Show file tree
Hide file tree
Showing 157 changed files with 671 additions and 836 deletions.
383 changes: 0 additions & 383 deletions Settings.StyleCop

This file was deleted.

6 changes: 6 additions & 0 deletions src/Packages/Packages.csproj
Expand Up @@ -50,8 +50,14 @@
<Link>NuGetProj.settings.targets</Link> <Link>NuGetProj.settings.targets</Link>
</None> </None>
<None Include="app.config" /> <None Include="app.config" />
<None Include="packages.config" />
<None Include="tools\install.ps1" /> <None Include="tools\install.ps1" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="Build"> <Target Name="Build">
<MSBuild Projects="@(NuGetProject)" Targets="Build" /> <MSBuild Projects="@(NuGetProject)" Targets="Build" />
Expand Down

0 comments on commit 3b3e8cb

Please sign in to comment.