Skip to content

Delete the vestigial TestingSupport project and dangling TestSetup.cs solution item - #5101

Merged
jeremydmiller merged 1 commit into
masterfrom
chore/delete-vestigial-test-projects
Aug 1, 2026
Merged

Delete the vestigial TestingSupport project and dangling TestSetup.cs solution item#5101
jeremydmiller merged 1 commit into
masterfrom
chore/delete-vestigial-test-projects

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Housekeeping flagged during the test-harness standardization sweep:

  • src/TestingSupport/ — a csproj-only shell: zero .cs files, no project references it, and it isn't in Marten.slnx. Deleted.
  • src/Marten.slnx listed a <File Path="TestSetup.cs" /> solution item for a file that doesn't exist at src/ (each test project has its own TestSetup.cs). Removed the dangling entry.

dotnet sln list parses the solution cleanly after the edit.

🤖 Generated with Claude Code

https://claude.ai/code/session_01U99pVx6kXwiGmaBUGLv7jB

… solution item

src/TestingSupport/ has been a csproj-only shell for some time — zero source
files, referenced by no project and absent from the solution. The slnx also
still listed a solution item for src/TestSetup.cs, a file that no longer
exists (the real TestSetup.cs files live per test project).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01U99pVx6kXwiGmaBUGLv7jB
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.

1 participant