1 write to _currentDataHasErrors
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
124_currentDataHasErrors = logs.Items.Any(i => i.Severity >= Microsoft.Extensions.Logging.LogLevel.Error);
1 reference to _currentDataHasErrors
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
147public bool HasErrors() => _currentDataHasErrors || GetErrorLogs(count: 0).TotalItemCount > 0;