Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird issue when including Aspire in the solution #884

Open
sadukie opened this issue Nov 21, 2024 · 0 comments
Open

Weird issue when including Aspire in the solution #884

sadukie opened this issue Nov 21, 2024 · 0 comments

Comments

@sadukie
Copy link
Contributor

sadukie commented Nov 21, 2024

Versions

  • .NET SDK Version: 9.0.100

Visual Studio Version:

image

Steps to Reproduce:

  1. Install v10.0.0 of this template with Aspire using this command: dotnet new clean-arch --aspire -o CleanArchAspire
  2. Notice the output:
The template "ASP.NET Clean Architecture Solution" was created successfully.

Processing post-creation actions...
Adding
    project(s): C:\Users\saduk\source\repos\CleanArchAspire\src\CleanArchAspire.AspireHost\CleanArchAspire.AspireHost.csproj C:\Users\saduk\source\repos\CleanArchAspire\src\CleanArchAspire.ServiceDefaults\CleanArchAspire.ServiceDefaults.csproj C:\Users\saduk\source\repos\CleanArchAspire\tests\CleanArchAspire.AspireTests\CleanArchAspire.AspireTests.csproj
    to solution file: C:\Users\saduk\source\repos\CleanArchAspire\CleanArchAspire.sln
    solution folder:
Solution C:\Users\saduk\source\repos\CleanArchAspire\CleanArchAspire.sln already contains project src\CleanArchAspire.AspireHost\CleanArchAspire.AspireHost.csproj.
Solution C:\Users\saduk\source\repos\CleanArchAspire\CleanArchAspire.sln already contains project src\CleanArchAspire.ServiceDefaults\CleanArchAspire.ServiceDefaults.csproj.
Project `tests\CleanArchAspire.AspireTests\CleanArchAspire.AspireTests.csproj` added to the solution.
Successfully added project(s) to a solution file.

The solution file already contains 2 of the projects that are getting added. This doesn't seem right.

The fix for this may also be related to #883

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

No branches or pull requests

1 participant