Skip to content

[dotnet] Remove unnecessary stylecop files #15824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions dotnet/src/support/Settings.StyleCop

This file was deleted.

11 changes: 0 additions & 11 deletions dotnet/src/support/WebDriver.Support.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="obj\**" />
<EmbeddedResource Remove="obj\**" />
<None Remove="obj\**" />
</ItemGroup>

<ItemGroup>
<None Remove="Settings.StyleCop" />
<None Remove="WebDriver.Support.ruleset" />
</ItemGroup>

<PropertyGroup>
<CsprojIncludePath>..\webdriver</CsprojIncludePath>
</PropertyGroup>
Expand Down
8 changes: 0 additions & 8 deletions dotnet/src/support/WebDriver.Support.ruleset

This file was deleted.

44 changes: 0 additions & 44 deletions dotnet/src/webdriver/Settings.StyleCop

This file was deleted.

5 changes: 0 additions & 5 deletions dotnet/src/webdriver/WebDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<InternalsVisibleTo Include="WebDriver.Common.Tests" />
</ItemGroup>

<ItemGroup>
<None Remove="Settings.StyleCop" />
<None Remove="WebDriver.ruleset" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions dotnet/src/webdriver/WebDriver.ruleset

This file was deleted.

Loading