High performance logging (NET6+) #1400
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:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L86
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/ResponseMessageProcessor.cs#L72
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/Hybrid/HybridMessageBus.cs#L61
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L24
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build:
src/SlimMessageBus.Host/Helpers/Retry.cs#L7
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/ResponseMessageProcessor.cs#L98
Use a comparison to 'default(TTransportMessage)' instead or add a constraint to 'TTransportMessage' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/ConcurrentMessageProcessorDecorator.cs#L98
Use a comparison to 'default(TMessage)' instead or add a constraint to 'TMessage' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L57
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
src/SlimMessageBus.Host/Hybrid/HybridMessageBus.cs#L37
Remove this call from a constructor to the overridable 'BuildBus' method. (https://rules.sonarsource.com/csharp/RSPEC-1699)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageProcessor.cs#L68
Refactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Loading