chore(justdummies): nest Xunit companion projects under src/tests - #305
Merged
Conversation
JustDummies.Xunit and JustDummies.Xunit.UnitTests had no entry in the solution's NestedProjects section, so they showed up at the solution root instead of under the src/tests solution folders like every other project. Predates the JustDummies rename (already missing when these projects were added under their Dummies.Xunit names); the rename only carried the gap forward. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reefact
enabled auto-merge
July 26, 2026 15:55
A new .csproj has repeatedly landed without a matching entry in FirstClassErrors.sln's GlobalSection(NestedProjects), leaving it loose at the solution root instead of grouped under src/tests (RequestBinder, Testing.UnitTests, Dummies, and now Dummies.Xunit each needed a follow-up fix). Tell CLAUDE.md and AGENTS.md to check this whenever a project is added, so agents catch it up front instead of after the fact. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
JustDummies.XunitandJustDummies.Xunit.UnitTestshad no entry in the solution'sNestedProjectssection, so Visual Studio / Rider showed them at the solution root instead of under thesrc/testssolution folders like every other project.Type of change
Changes
JustDummies.Xunitunder thesrcsolution folder inFirstClassErrors.sln.JustDummies.Xunit.UnitTestsunder thetestssolution folder inFirstClassErrors.sln.This predates the
JustDummiesrename (#304): the gap was already there when these projects were added (under theirDummies.Xunitnames) — the rename only carried it forward unchanged. IDE-organization only; no build or runtime behavior change.Testing
dotnet build FirstClassErrors.slndotnet test FirstClassErrors.slnFirstClassErrors.Analyzers.UnitTests)Documentation
Architecture decisions
Related issues
None.
Generated by Claude Code