1 instantiation of FailedToConnectBackchannelConnection
aspire (1)
DotNetCliRunner.cs (1)
496var backchannelException = new FailedToConnectBackchannelConnection($"AppHost process has exited unexpectedly. Use --debug to see more details.", process, ex);
3 references to FailedToConnectBackchannelConnection
aspire (3)
Commands\PublishCommand.cs (1)
205catch (FailedToConnectBackchannelConnection ex)
Commands\RunCommand.cs (1)
323catch (FailedToConnectBackchannelConnection ex)
DotNetCliRunner.cs (1)
496var backchannelException = new FailedToConnectBackchannelConnection($"AppHost process has exited unexpectedly. Use --debug to see more details.", process, ex);