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