AI template on dotnet new doesn't respond well to -n output #6051
Labels
area-ai-templates
Microsoft.Extensions.AI.Templates
bug
This issue describes a behavior which is not expected - a bug.
untriaged
Description
When using the CLI with the new AI template, the
dotnet new -n
is not operating like other templatesReproduction Steps
c:\sources\projects
dotnet new aichatweb -n foochat
Expected behavior
A project located in
c:\sources\projects\foochat
is createdActual behavior
A project located at
c:\sources\projects
is createdRegression?
No response
Known Workarounds
Use
dotnet new aichatweb -o foochat
works as expectedConfiguration
No response
Other information
By comparison other templates interpret
-n
also to output folderThe text was updated successfully, but these errors were encountered: