Skip to content

chore: nest FirstClassErrors.Testing.UnitTests under tests - #205

Merged
Reefact merged 1 commit into
mainfrom
claude/firstclasserrors-testing-folder-ksu8ns
Jul 20, 2026
Merged

chore: nest FirstClassErrors.Testing.UnitTests under tests#205
Reefact merged 1 commit into
mainfrom
claude/firstclasserrors-testing-folder-ksu8ns

Conversation

@Reefact

@Reefact Reefact commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

The FirstClassErrors.Testing.UnitTests project was declared in FirstClassErrors.sln with its build configurations, but missing from the NestedProjects section, so it showed up at the solution root instead of inside the tests solution folder like every other *.UnitTests project.

Type of change

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

Changes

  • Added the missing NestedProjects entry nesting FirstClassErrors.Testing.UnitTests ({74E68697-7C00-401C-84A9-7BF8DAFD9D34}) under the tests solution folder ({B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB}) in FirstClassErrors.sln

Testing

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

Documentation

  • Public API / error documentation updated
  • README / doc/ updated
  • French translation (doc/handwritten/for-users/README.fr.md) updated if user-facing behavior changed
  • No documentation change required

Architecture decisions

  • No architectural decision in this pull request
  • New decision recorded — ADR drafted as Proposed: ADR-____
  • Supersedes an existing ADR — successor proposed, status not flipped: ADR-____
  • ⚠️ Conflicts with an existing ADR — flagged for the maintainer: ADR-____

Related issues

None.

🤖 Generated with Claude Code

https://claude.ai/code/session_017Ck5zHqiXyfNgi1vQD3vg6

The project was declared in the .sln with its build configurations but
had no entry in the NestedProjects section, so IDEs listed it at the
solution root instead of inside the tests folder alongside every other
*.UnitTests project.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017Ck5zHqiXyfNgi1vQD3vg6
@Reefact Reefact changed the title build: add new project to solution file chore: nest FirstClassErrors.Testing.UnitTests under tests Jul 20, 2026
@Reefact
Reefact merged commit 3bf89e3 into main Jul 20, 2026
15 checks passed
@Reefact
Reefact deleted the claude/firstclasserrors-testing-folder-ksu8ns branch July 20, 2026 00:09
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