Skip to content

Combine OTel and Sweeper into Examples #4507

Combine OTel and Sweeper into Examples

Combine OTel and Sweeper into Examples #4507

Triggered via pull request September 2, 2024 10:30
Status Success
Total duration 11m 9s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Paramore.Brighter/IDistributedLock.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Paramore.Brighter/InMemoryLock.cs#L43
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Paramore.Brighter/InMemoryInbox.cs#L103
Parameter 'TimeProvider timeProvider' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Analyze (csharp): src/Paramore.Brighter/OutboxArchiver.cs#L64
'ApplicationTelemetry' is obsolete: 'Use BrighterTracer instead'
Analyze (csharp): src/Paramore.Brighter/OutboxArchiver.cs#L93
'ApplicationTelemetry' is obsolete: 'Use BrighterTracer instead'
Analyze (csharp): src/Paramore.Brighter/OutboxSweeper.cs#L71
'ApplicationTelemetry' is obsolete: 'Use BrighterTracer instead'
Analyze (csharp): src/Paramore.Brighter/OutboxSweeper.cs#L83
'ApplicationTelemetry' is obsolete: 'Use BrighterTracer instead'
Analyze (csharp): src/Paramore.Brighter/IDistributedLock.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Paramore.Brighter/InMemoryLock.cs#L43
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Paramore.Brighter/InMemoryInbox.cs#L103
Parameter 'TimeProvider timeProvider' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.