Skip to content

Fixes around datetime and outboxes in V10 #4526

Fixes around datetime and outboxes in V10

Fixes around datetime and outboxes in V10 #4526

Triggered via pull request September 10, 2024 12:08
@iancooperiancooper
synchronize #3298
fixes
Status Success
Total duration 11m 7s
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#L72
'ApplicationTelemetry' is obsolete: 'Use BrighterTracer instead'
Analyze (csharp): src/Paramore.Brighter/OutboxSweeper.cs#L84
'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.