Skip to content

Correct analyzer count and remove StyleCop from CONTRIBUTING.md#46

Merged
Chris-Wolfgang merged 3 commits intodevelopfrom
copilot/sub-pr-8-another-one
Feb 2, 2026
Merged

Correct analyzer count and remove StyleCop from CONTRIBUTING.md#46
Chris-Wolfgang merged 3 commits intodevelopfrom
copilot/sub-pr-8-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 2, 2026

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:

  • Updated analyzer count from 8 to 7 in two locations
  • Removed StyleCop.Analyzers entry from the analyzer list
  • Renumbered remaining analyzers 1-7

The documentation now accurately reflects the actual configuration in Directory.Build.props.

Type of change

  • Documentation update

How Has This Been Tested?

  • Verified CONTRIBUTING.md changes match Directory.Build.props configuration
  • Confirmed all 7 listed analyzers are present in Directory.Build.props

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

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.

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
Copilot AI requested a review from Chris-Wolfgang February 2, 2026 01:22
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review February 2, 2026 01:28
Copilot AI review requested due to automatic review settings February 2, 2026 01:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@Chris-Wolfgang Chris-Wolfgang merged commit 51f44c8 into develop Feb 2, 2026
1 check failed
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-8-another-one branch February 2, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants