1 instantiation of FailedToConnectBackchannelConnection
aspire (1)
DotNet\DotNetCliRunner.cs (1)
594
var backchannelException = new
FailedToConnectBackchannelConnection
($"AppHost process has exited unexpectedly. Use --debug to see more details.", process, ex);
4 references to FailedToConnectBackchannelConnection
aspire (4)
Commands\ExecCommand.cs (1)
293
catch (
FailedToConnectBackchannelConnection
ex)
Commands\PublishCommandBase.cs (1)
230
catch (
FailedToConnectBackchannelConnection
ex)
Commands\RunCommand.cs (1)
314
catch (
FailedToConnectBackchannelConnection
ex)
DotNet\DotNetCliRunner.cs (1)
594
var
backchannelException = new FailedToConnectBackchannelConnection($"AppHost process has exited unexpectedly. Use --debug to see more details.", process, ex);