You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior allows these projects to be added to the same solution folder, which can lead to naming conflicts and management confusion.
Current Behavior:When attempting to add projects with the same name but different paths to a solution folder, this operation is allowed and does not throw an error. This causes the test WhenNestedDuplicateProjectIsAddedToASolutionFolder to fail.
Expected Behavior
An error should be thrown in this scenario, indicating a naming conflict and preventing the addition. This will ensure the correctness and consistency of the project.
The text was updated successfully, but these errors were encountered:
nagilson
added
cli-ux
Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)
and removed
untriaged
Request triage from a team member
labels
Apr 15, 2025
Describe the bug
The current behavior allows these projects to be added to the same solution folder, which can lead to naming conflicts and management confusion.
Current Behavior:When attempting to add projects with the same name but different paths to a solution folder, this operation is allowed and does not throw an error. This causes the test WhenNestedDuplicateProjectIsAddedToASolutionFolder to fail.
Expected Behavior
An error should be thrown in this scenario, indicating a naming conflict and preventing the addition. This will ensure the correctness and consistency of the project.
The text was updated successfully, but these errors were encountered: