Update dependency Microsoft.Extensions.Options to v9 (#670) #1578
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Test:
src/Altinn.Notifications.Core/Models/Orders/NotificationOrderWithStatus.cs#L52
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications.Core/Models/Orders/NotificationOrderRequest.cs#L59
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications.Core/Models/Orders/NotificationOrder.cs#L53
Constructor has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications.Core/Services/OrderProcessingService.cs#L33
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications.Persistence/Repository/OrderRepository.cs#L62
Await GetFieldValueAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build & Test:
src/Altinn.Notifications.Persistence/Repository/OrderRepository.cs#L84
Await GetFieldValueAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build & Test:
src/Altinn.Notifications.Persistence/Repository/OrderRepository.cs#L141
Await GetFieldValueAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build & Test:
src/Altinn.Notifications.Integrations/Kafka/Consumers/KafkaConsumerBase.cs#L64
Do not call 'GC.SuppressFinalize'. (https://rules.sonarsource.com/csharp/RSPEC-3971)
|
Build & Test:
src/Altinn.Notifications.Integrations/Kafka/Consumers/PastDueOrdersRetryConsumer.cs#L62
Make 'RetryOrder' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build & Test:
src/Altinn.Notifications.Integrations/Kafka/Producers/KafkaProducer.cs#L113
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
|
Loading