Open
Description
This is a disparity between the dotnet CLI and Visual Studio.
I was trying to use the dotnet CLI for running a 3rd party application, specified in launchSettings.json, which my project is a plugin for, however, the "Executable" type is not supported. It does however work with Visual studio.
Describe the solution you'd like
Allow dotnet run
to launch the 3rd party application and possibly take control of it's life cycle in some way so that hot reload can work with dotnet watch
.