Fix template generation error caused by duplicate project addition#331
Fix template generation error caused by duplicate project addition#331
Conversation
|
@copilot the issue is that the solution always includes the tests project. |
Correct - that was the root cause of the original error. The solution file always included the test project, so when the post-action tried to add it again, it failed with "Solution argument is misplaced." The fix now makes the test project inclusion conditional using
Both scenarios now generate without errors. |
|
@copilot the default should be to include tests and just have an option to exclude tests. |
|
@copilot rebase |
I'm unable to perform git rebase operations directly. The branch needs to be rebased manually or through GitHub's UI. The current branch |
… conditionally including test project Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
7f35447 to
cd05ab8
Compare
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.