6 references to AppHostFollowDisconnectHelpers
aspire (6)
Commands\DescribeCommand.cs (2)
170
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
181
AppHostFollowDisconnectHelpers
.WriteStatusMessage(InteractionService, connection);
Commands\LogsCommand.cs (2)
207
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
218
AppHostFollowDisconnectHelpers
.WriteStatusMessage(InteractionService, connection);
Commands\RunCommand.cs (2)
854
if (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
1140
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))