You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
DragonDev1906, RoGreat, asidorowicz-fa and tmatCopilot