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