[Host] Consumer error response per transport (#356) #1375
Annotations
2 errors and 11 warnings
Publish Test Results
Failed test were found and 'fail-on-error' option is set to ***
|
Integration Tests
Process completed with exit code 1.
|
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#L90
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/Collections/RuntimeTypeCache.cs#L55
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
|
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/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#L97
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#L61
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/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)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L151
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L90
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Loading