[Host.RabbitMQ] Improve Validation and Default Exchange Handling #1659
Annotations
2 errors and 10 warnings
Publish Test Results
Failed test were found and 'fail-on-error' option is set to ***
|
Unit Tests
Process completed with exit code 1.
|
Build:
src/SlimMessageBus.Host.Sql.Common/Transactions/SqlTransactionService.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/SlimMessageBus.Host.Serialization.SystemTextJson/JsonMessageSerializer.cs#L19
Remove this call from a constructor to the overridable 'CreateDefaultOptions' method. (https://rules.sonarsource.com/csharp/RSPEC-1699)
|
Build:
src/SlimMessageBus.Host.RabbitMQ/RabbitMqTopologyService.cs#L114
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
Build:
src/SlimMessageBus.Host.RabbitMQ/RabbitMqTopologyService.cs#L51
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host.RabbitMQ/RabbitMqTopologyService.cs#L114
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
Build:
src/SlimMessageBus.Host.RabbitMQ/RabbitMqTopologyService.cs#L51
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host.Nats/NatsSubjectConsumer.cs#L37
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
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/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.Serialization.SystemTextJson/JsonMessageSerializer.cs#L19
Remove this call from a constructor to the overridable 'CreateDefaultOptions' method. (https://rules.sonarsource.com/csharp/RSPEC-1699)
|
Loading