We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visual Studio Version:
dotnet new clean-arch --aspire -o CleanArchAspire
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions
Visual Studio Version:
Steps to Reproduce:
dotnet new clean-arch --aspire -o CleanArchAspire
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
The text was updated successfully, but these errors were encountered: