Skip to content

chore: nest RequestBinder projects under sln src/tests folders#158

Merged
Reefact merged 1 commit into
mainfrom
claude/readme-section-reorder-0b6nxk
Jul 16, 2026
Merged

chore: nest RequestBinder projects under sln src/tests folders#158
Reefact merged 1 commit into
mainfrom
claude/readme-section-reorder-0b6nxk

Conversation

@Reefact

@Reefact Reefact commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Summary

FirstClassErrors.RequestBinder and FirstClassErrors.RequestBinder.UnitTests were declared in FirstClassErrors.sln but missing from the NestedProjects section, so they did not appear under the src/tests solution folders like every other project.

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Refactoring
  • Analyzer / diagnostic change
  • Tests
  • Documentation
  • Build / CI / tooling

Changes

  • Nested FirstClassErrors.RequestBinder under the src solution folder in FirstClassErrors.sln
  • Nested FirstClassErrors.RequestBinder.UnitTests under the tests solution folder in FirstClassErrors.sln

Testing

  • dotnet build FirstClassErrors.sln
  • dotnet test FirstClassErrors.sln
  • Analyzer tests pass (FirstClassErrors.Analyzers.UnitTests)

Documentation

  • No documentation change required

Architecture decisions

  • No architectural decision in this pull request

Related issues


Generated by Claude Code

FirstClassErrors.RequestBinder and FirstClassErrors.RequestBinder.UnitTests
were declared in the solution but missing from the NestedProjects section,
so they showed up outside the src/tests solution folders unlike every
other project.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R79xDspf96YW7bLnWsrgph
@Reefact
Reefact enabled auto-merge July 16, 2026 07:01
@Reefact
Reefact merged commit 31d0dfd into main Jul 16, 2026
12 checks passed
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