Skip to content

build: add two new projects to solution file#84

Merged
Reefact merged 1 commit into
mainfrom
claude/firstclasserrors-project-folders-mncnfz
Jul 10, 2026
Merged

build: add two new projects to solution file#84
Reefact merged 1 commit into
mainfrom
claude/firstclasserrors-project-folders-mncnfz

Conversation

@Reefact

@Reefact Reefact commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

Add two new project GUIDs to the solution file's global section, organizing them under existing solution folders.

Type of change

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

Changes

  • Added project {A3966512-E54A-4C4F-BFF9-AF5B1A0B132C} under the {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} solution folder
  • Added project {E7C09549-AD25-433A-8C56-920D26843E9D} under the {B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB} solution folder

Testing

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

Note: This change only modifies the solution file structure. Full testing should be performed once the corresponding project files are added to the repository.

Documentation

  • No documentation change required

Related issues

https://claude.ai/code/session_01VnqNFtcGkTEGHrSzXRxGQi

Both projects were declared at the solution root, outside the folders
that group their peers: FirstClassErrors.Testing belongs with the library
artefacts in src, and FirstClassErrors.Cli.UnitTests with the other test
projects in tests. Nest each under the matching solution folder.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01VnqNFtcGkTEGHrSzXRxGQi
@Reefact Reefact merged commit 2881a9a into main Jul 10, 2026
10 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