7 references to AppHostFollowDisconnectHelpers
aspire (7)
Commands\DescribeCommand.cs (2)
178
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
189
AppHostFollowDisconnectHelpers
.WriteStatusMessage(InteractionService, connection);
Commands\LogsCommand.cs (2)
210
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
221
AppHostFollowDisconnectHelpers
.WriteStatusMessage(InteractionService, connection);
Commands\RunCommand.cs (3)
956
if (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
1328
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))
1348
catch (Exception ex) when (
AppHostFollowDisconnectHelpers
.IsExpectedDisconnect(ex))