Skip to content

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #4539

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #4539

Triggered via pull request September 15, 2024 17:13
Status Success
Total duration 13m 13s
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.