Open leandrobueno opened 1 year ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Is there an existing issue for this?
Describe the bug
I've created a sample template using
dotnet new react
and when trying to run it usingdotnet run
I get an error saying:Indeed, PowerShell is blocked on my work machine, and I can only use cmd.exe.
Expected Behavior
Be able to choose between cmd.exe, PowerShell or another CLI when using SPA Development Server.
Steps To Reproduce
Create a template with
dotnet new react
. Have PowerShell blocked by a group policy in the machine. Try to run the application.Exceptions (if any)
No response
.NET Version
7.0.102
Anything else?
No response