-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
While docker is often convenient, there are many reasons why one would want to run a service directly on the host, instead of through a container layer.
Currently, Attempting to run the project directly results in an error.
$ dotnet run Wave/Wave.csproj
Unable to run your project.
Ensure you have a runnable project type and ensure 'dotnet run' supports this project.
A runnable project should target a runnable TFM (for instance, net5.0) and have OutputType 'Exe'.
The current OutputType is 'DockerCompose'.I don't know enough about dotnet development to fix this myself.
Reactions are currently unavailable