From a7fc3b534727cbc13d4e64caf0d39d31368183ab Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 23:57:37 +0000 Subject: [PATCH] chore: nest FirstClassErrors.Testing.UnitTests under tests 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 Claude-Session: https://claude.ai/code/session_017Ck5zHqiXyfNgi1vQD3vg6 --- FirstClassErrors.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/FirstClassErrors.sln b/FirstClassErrors.sln index 58aac2e2..3a7f5fd7 100644 --- a/FirstClassErrors.sln +++ b/FirstClassErrors.sln @@ -357,6 +357,7 @@ Global {1201EA34-8F50-41B8-B829-FCCB62A5F14B} = {B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB} {F2C739E7-6F2E-4256-9C87-9D6F1168DF4A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {BC4F2BE8-55C9-4AA4-90FA-699EC83A8985} = {B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB} + {74E68697-7C00-401C-84A9-7BF8DAFD9D34} = {B7C3D08D-EFC5-4F5D-8DE4-5B7938354DBB} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {4988972E-3E0D-4F48-8656-0E67ECE994BF}