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