[dotnet] Remove unnecessary stylecop files #15824
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
🔗 Related Issues
💥 What does this PR do?
In codebase we see some files related to C# code analysis. But these files are not used. So just remove it.
🔧 Implementation Notes
💡 Additional Considerations
Currently there is no tool to track code style. We have to introduce it via
.editorconfig
. I already placed a placeholder here: https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/.editorconfigIn future I think we will take what .NET itself uses and make big restyling entire codebase.
🔄 Types of changes
PR Type
Other
Description
Remove unused StyleCop files from .NET projects
Clean up project files by eliminating references to StyleCop
Prepare codebase for future style tooling via .editorconfig
Changes walkthrough 📝
9 files
Remove StyleCop references from support project
Remove StyleCop references from Chrome tests project
Remove StyleCop references from Safari tests project
Remove StyleCop references from IE tests project
Remove StyleCop references from main WebDriver project
Remove StyleCop references from support tests project
Remove StyleCop references from remote tests project
Remove StyleCop references from Firefox tests project
Remove StyleCop references from common tests project
10 files