Skip to content

Apply Rider Safe Cleanup across the codebase - #665

Open
dennisdoomen wants to merge 1 commit into
Fallout-build:developfrom
dennisdoomen:cleanup/rider-safe-cleanup-pass
Open

Apply Rider Safe Cleanup across the codebase#665
dennisdoomen wants to merge 1 commit into
Fallout-build:developfrom
dennisdoomen:cleanup/rider-safe-cleanup-pass

Conversation

@dennisdoomen

@dennisdoomen dennisdoomen commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Apply the Rider "Safe Cleanup" profile (see fallout.slnx.DotSettings) across the whole codebase.

What changed

  • Removes unused using directives.
  • Reformats wrapped members and rearranges qualifiers/braces to match the profile.
  • No behavior change, no public API change (no PublicAPI.*.txt touched).

Verification

  • dotnet build fallout.slnx succeeds with 0 errors.

🤖 Generated with Claude Code

Removes unused usings, reformats wrapped members, and arranges
qualifiers/braces per the Safe Cleanup profile in fallout.slnx.DotSettings.
No behavior or public API changes.
@dennisdoomen dennisdoomen added target/vCurrent Targets the current version skip-changelog Dont add to the Github Release Notes labels Aug 29, 2026
@dennisdoomen
dennisdoomen marked this pull request as ready for review August 29, 2026 07:22
@dennisdoomen
dennisdoomen requested a review from a team as a code owner August 29, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Dont add to the Github Release Notes target/vCurrent Targets the current version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant