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