1 instantiation of FailedToConnectBackchannelConnection
aspire (1)
DotNet\DotNetCliRunner.cs (1)
704
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)
297
catch (
FailedToConnectBackchannelConnection
ex)
Commands\PipelineCommandBase.cs (1)
294
catch (
FailedToConnectBackchannelConnection
ex)
Commands\RunCommand.cs (1)
360
catch (
FailedToConnectBackchannelConnection
ex)
DotNet\DotNetCliRunner.cs (1)
704
var
backchannelException = new FailedToConnectBackchannelConnection($"AppHost process has exited unexpectedly. Use --debug to see more details.", process, ex);