-
is not clear, should we use -n or -o when creating a new projet, the documentation differs vs video dotnet new install Ardalis.CleanArchitecture.Template after the installation, without modify anything, I try to launch the project: C:\Users\me\perso\MyCompany.MyProject> dotnet run --project .\src\MyCompany.MyProject.Web [14:13:36 INF] Now listening on: http://localhost:57679 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you use -o it will output the new solution to a folder by that name. And by default the name will match that folder name. When you launch the project it has nothing on the root URL - you need to hit the swagger endpoint or one of the api endpoints. |
Beta Was this translation helpful? Give feedback.
If you use -o it will output the new solution to a folder by that name. And by default the name will match that folder name.
When you launch the project it has nothing on the root URL - you need to hit the swagger endpoint or one of the api endpoints.