4 references to ConnectionLost
Aspire.Hosting.Browsers.Tests (4)
BrowserPageSessionTests.cs (1)
325Assert.Equal(BrowserPageSessionCompletionKind.ConnectionLost, result.CompletionKind);
src\Aspire.Hosting.Browsers\BrowserLogsRunningSession.cs (1)
289BrowserPageSessionCompletionKind.ConnectionLost => new BrowserSessionResult(ExitCode: null, result.Error),
src\Aspire.Hosting.Browsers\BrowserPageSession.cs (2)
120BrowserPageSessionCompletionKind.ConnectionLost, 373return new BrowserPageSessionResult(BrowserPageSessionCompletionKind.ConnectionLost, connectionError);