-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
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
When using the CLI with the new AI template, the dotnet new -n
is not operating like other templates
Reproduction Steps
- Install the new AI template
- Start in a dir e.g.
c:\sources\projects
dotnet new aichatweb -n foochat
Expected behavior
A project located in c:\sources\projects\foochat
is created
Actual behavior
A project located at c:\sources\projects
is created
Regression?
No response
Known Workarounds
Use dotnet new aichatweb -o foochat
works as expected
Configuration
No response
Other information
By comparison other templates interpret -n
also to output folder
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.