Correct analyzer count and remove StyleCop from CONTRIBUTING.md#46
Merged
Chris-Wolfgang merged 3 commits intodevelopfrom Feb 2, 2026
Merged
Correct analyzer count and remove StyleCop from CONTRIBUTING.md#46Chris-Wolfgang merged 3 commits intodevelopfrom
Chris-Wolfgang merged 3 commits intodevelopfrom
Conversation
Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CONTRIBUTING.md for analyzers list and StyleCop removal
Correct analyzer count and remove StyleCop from CONTRIBUTING.md
Feb 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects a documentation error in CONTRIBUTING.md where it incorrectly claimed the project uses 8 analyzers and listed StyleCop.Analyzers. The actual configuration in Directory.Build.props contains only 7 analyzers, without StyleCop.
Changes:
- Updated analyzer count from 8 to 7 in two locations within CONTRIBUTING.md
- Removed the StyleCop.Analyzers entry from the analyzer list
- Renumbered the remaining analyzers from 1-7 to maintain sequential ordering
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
CONTRIBUTING.md claimed the project uses 8 analyzers and listed StyleCop.Analyzers, but Directory.Build.props only configures 7 analyzers and doesn't include StyleCop.
Changes:
The documentation now accurately reflects the actual configuration in Directory.Build.props.
Type of change
How Has This Been Tested?
Checklist
Screenshots (if applicable)
N/A - Documentation-only change
Additional context
This PR addresses review feedback on #8 to ensure documentation accuracy.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.