Skip to content

Conversation

@jbrinkman
Copy link
Owner

Description

This PR addresses the StyleCop code quality issues that were causing build failures.

Changes

  • Fixed SA1210: Ordered using directives alphabetically by namespace
  • Fixed SA1513: Added blank lines after closing braces
  • Fixed SA1000: Added spaces after 'new' keyword
  • Fixed SA1400: Added access modifiers to Program class and Main method
  • Fixed SA1413: Added trailing commas in multi-line initializers (enums)
  • Fixed SA1309: Renamed underscore-prefixed fields (or added .editorconfig to disable this rule)
  • Fixed SA1503: Added braces to single-line if statements
  • Fixed SA1122: Used string.Empty instead of ""

Testing

  • Verified that the code compiles without StyleCop warnings

Additional Notes

  • Added .editorconfig file to configure StyleCop rules consistently across the project

@jbrinkman jbrinkman force-pushed the fix/stylecop-issues branch from 505fb86 to 399b014 Compare July 19, 2025 01:59
@jbrinkman jbrinkman force-pushed the fix/stylecop-issues branch from b80ba87 to e85c5fc Compare July 19, 2025 15:16
jbrinkman added 19 commits July 19, 2025 11:25
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
…ds in IsolatedAssemblyLoadContext and Program classes
@jbrinkman jbrinkman merged commit c09552b into main Jul 19, 2025
7 checks passed
@jbrinkman jbrinkman deleted the fix/stylecop-issues branch July 19, 2025 20:20
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.

2 participants