chore: update test deps #261
Annotations
10 warnings
sonar:
src/Rescheduler.Core/Handlers/CompactionHandler.cs#L15
Rename parameter 'ctx' to 'cancellationToken' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
sonar:
src/Rescheduler.Core/Handlers/RecoverJobExecutionsHandler.cs#L16
Rename parameter 'ctx' to 'cancellationToken' to match the interface declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
sonar:
src/Rescheduler.Core/Handlers/SchedulePendingHandler.cs#L60
Loop should be simplified by calling Select(pending => pending.Job)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
sonar:
src/Rescheduler.Infra/ILoggerExtensions.cs#L14
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
sonar:
src/Rescheduler.Infra/Data/JobContext.cs#L19
Rename parameter 'options' to 'optionsBuilder' to match the base class declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
sonar:
src/Rescheduler.Infra/Messaging/SnsPublisher.cs#L58
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
sonar:
src/Rescheduler.Infra/Messaging/RabbitJobPublisher.cs#L75
Loop should be simplified by calling Select(jobExecution => jobExecution.Job)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
sonar:
src/Rescheduler.Worker/JobScheduler.cs#L21
Rename parameter 'cancellationToken' to 'stoppingToken' to match the base class declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
sonar:
src/Rescheduler.Worker/CompactionWorker.cs#L22
Rename parameter 'cancellationToken' to 'stoppingToken' to match the base class declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
sonar:
src/Rescheduler.Api/Startup.cs#L52
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|