Move solution and tests to top-level folders#1021
Merged
Conversation
Member
shibayan
commented
Apr 18, 2026
- move Acmebot.slnx to the repository root
- relocate Acmebot.Acme.Tests under tests/
- organize the solution into src, samples, and tests folders
- update CI, PR template, and contributing commands to use the root solution
- move Acmebot.slnx to the repository root - relocate Acmebot.Acme.Tests under tests/ - organize the solution into src, samples, and tests folders - update CI, PR template, and contributing commands to use the root solution
Contributor
There was a problem hiding this comment.
Pull request overview
Reorganizes the repository layout around a root-level Acmebot.slnx, placing projects under src/, samples/, and tests/, and updates build/docs guidance to reference the root solution.
Changes:
- Added a root-level
Acmebot.slnxand removed the oldsrc/Acmebot.slnx. - Relocated the
Acmebot.Acme.Testsproject undertests/and updated its project reference paths. - Updated CI and contributor docs/templates to build/format using
./Acmebot.slnx.
Reviewed changes
Copilot reviewed 6 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Acmebot.slnx |
New root solution organizing projects into src/, samples/, and tests/ folders. |
src/Acmebot.slnx |
Removes the previous solution file under src/. |
tests/Acmebot.Acme.Tests/Acmebot.Acme.Tests.csproj |
Updates project reference path to src/Acmebot.Acme. |
tests/Acmebot.Acme.Tests/AcmeTestSupport.cs |
Adds shared test helpers/recording HTTP handler utilities under the new tests/ location. |
tests/Acmebot.Acme.Tests/*.cs |
Adds/relocates ACME unit tests under the new tests/ folder structure. |
.github/workflows/build.yml |
Builds and runs dotnet format against the root Acmebot.slnx. |
CONTRIBUTING.md |
Updates restore/build/format commands to target ./Acmebot.slnx. |
.github/pull_request_template.md |
Updates validation checklist commands to target ./Acmebot.slnx. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.