-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
area-file-explorerfixedstudyThis issue came from a UX/UI research planThis issue came from a UX/UI research plan
Milestone
Description
Describe the Issue
When creating a new Web API project, opening it in VS Code, removing all files, and then trying to create another Web API project in the same directory, an error occurs stating that an item already exists.
Steps To Reproduce
-
Create a new directory and navigate to it:
mkdir test cd test
-
Create a new Web API project:
dotnet new webapi
-
Open the project in VS Code:
code . -
Remove all files from the directory:
rm -rf * -
Attempt to create a new Web API project again:
dotnet new webapi
Expected vs Actual Behavior
Expected: The dotnet new webapi command should successfully create a new Web API project in the empty directory.
Actual: An error appears indicating that an item already exists, preventing the creation of the new project.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-file-explorerfixedstudyThis issue came from a UX/UI research planThis issue came from a UX/UI research plan