-
Notifications
You must be signed in to change notification settings - Fork 829
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Description
Description
AI Chat Template with .NET Aspire is generating two SLN files in nested folders.
Reproduction Steps
Create a new solution using the AI Chat Web template and .NET Aspire orchestration in Visual Studio 2022.
Expected behavior
One solution file is created
Actual behavior
Two solution files are created:
C:\source\ChatApp4
│ ChatApp4.sln
└───ChatApp4
│ ChatApp4.sln
│ README.md
├───ChatApp4.AppHost
├───ChatApp4.ServiceDefaults
└───ChatApp4.Web
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.