Skip to content

build: add new projects to solution file - #204

Merged
Reefact merged 2 commits into
mainfrom
claude/dummies-project-structure-nd0szl
Jul 19, 2026
Merged

build: add new projects to solution file#204
Reefact merged 2 commits into
mainfrom
claude/dummies-project-structure-nd0szl

Conversation

@Reefact

@Reefact Reefact commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

Add two new project GUIDs to the solution file's global section, organizing them within the existing solution folder hierarchy.

Type of change

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

Changes

  • Added project {F2C739E7-6F2E-4256-9C87-9D6F1168DF4A} under solution folder {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
  • Added project {BC4F2BE8-55C9-4AA4-90FA-699EC83A8985} under solution folder {B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB}

Testing

  • dotnet build FirstClassErrors.sln — not run; solution file structure change only
  • dotnet test FirstClassErrors.sln — not run; no code changes
  • Analyzer tests pass (FirstClassErrors.Analyzers.UnitTests) — not applicable

Documentation

  • No documentation change required

Architecture decisions

  • No architectural decision in this pull request

Related issues

https://claude.ai/code/session_017yBE7HoEPMp4GTnJTzVoEw

claude and others added 2 commits July 19, 2026 23:39
The two projects were declared and configured but never added to the
NestedProjects section, so they appeared at the solution root instead of
alongside the other source and test projects.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017yBE7HoEPMp4GTnJTzVoEw
@Reefact
Reefact enabled auto-merge July 19, 2026 23:46
@Reefact
Reefact merged commit c455ecd into main Jul 19, 2026
15 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