OS: Win 11 x64
Build Version: 20260421.1
Regression: Not a Regression
Repro Steps:
- F1 -> Select "Azure Functions: Create New Project..." -> Select a folder -> Select C# -> Select runtime .NET 10.0 -> Select "Azure Functions" template.
- Continue through the wizard using the default names (only change project name).
- Check whether succeeds to create the project or not.
Expect:
Succeed to create the project.
Actual:
Fail to create the project.
- The generated command includes unsupported --namespace.
- CLI reports --namespace is not a valid option.
- The namespace value (e.g., Company.Function) is also interpreted as an invalid option ('Company.Function' is not a valid option), indicating malformed argument construction/parsing.

OS: Win 11 x64
Build Version: 20260421.1
Regression: Not a Regression
Repro Steps:
Expect:
Succeed to create the project.
Actual:
Fail to create the project.