Skip to content

Commit 8234938

Browse files
committed
Updating .NET StyleCop analyzers to 1.0.0-RC3
1 parent b0aebbb commit 8234938

File tree

12 files changed

+8
-21
lines changed

12 files changed

+8
-21
lines changed

dotnet/src/support/WebDriver.Support.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@
149149
</BootstrapperPackage>
150150
</ItemGroup>
151151
<ItemGroup>
152-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
153-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
154-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
152+
<None Include="WebDriver.Support.ruleset" />
155153
</ItemGroup>
156154
<ItemGroup>
157-
<None Include="WebDriver.Support.ruleset" />
155+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
156+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
157+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
158158
</ItemGroup>
159159
</Project>

dotnet/src/webdriver/WebDriver.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@
322322
</BootstrapperPackage>
323323
</ItemGroup>
324324
<ItemGroup>
325-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
326-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
327-
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-beta015\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
325+
<None Include="WebDriver.ruleset" />
328326
</ItemGroup>
329327
<ItemGroup>
330-
<None Include="WebDriver.ruleset" />
328+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
329+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
330+
<Analyzer Include="..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
331331
</ItemGroup>
332332
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
333333
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-445 KB
Binary file not shown.
-275 KB
Binary file not shown.
-497 KB
Binary file not shown.

third_party/dotnet/stylecop/StyleCop.Analyzers.1.0.0-beta015/build/StyleCop.Analyzers.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.
464 KB
Binary file not shown.
File renamed without changes.
295 KB
Binary file not shown.
514 KB
Binary file not shown.

0 commit comments

Comments
 (0)