4 writes to LastError
Aspire.Hosting.Browsers (4)
BrowserLogsSessionManager.cs (4)
90resourceState.LastError = null; 121resourceState.LastError = BrowserConnectionDiagnosticsLogger.DescribeConnectionProblem(ex); 140resourceState.LastError = null; 340resourceState.LastError = BrowserConnectionDiagnosticsLogger.DescribeConnectionProblem(error);
7 references to LastError
Aspire.Hosting.Browsers (7)
BrowserLogsSessionManager.cs (7)
347: resourceState.LastError switch 424else if (resourceState.LastError is not null) 429resourceState.LastError, 466if (resourceState.LastError is not null) 468yield return new ResourcePropertySnapshot(BrowserLogsBuilderExtensions.LastErrorPropertyName, resourceState.LastError); 489properties = resourceState.LastError is not null 490? properties.SetResourceProperty(BrowserLogsBuilderExtensions.LastErrorPropertyName, resourceState.LastError)