Fix Docker
folder casing [v10]
#4521
Triggered via pull request
September 5, 2024 12:04
Status
Success
Total duration
13m 52s
Artifacts
–
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/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/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/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.
|