[Host.Sql] SQL database transport (initial) #597
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/SlimMessageBus.Host.Configuration/Builders/MessageBusBuilder.cs#L328
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build:
src/SlimMessageBus.Host.Configuration/Builders/MessageBusBuilder.cs#L328
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build:
src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L85
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/Hybrid/HybridMessageBus.cs#L63
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/MessageBusBase.cs#L653
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/SlimMessageBus.Host/Hybrid/HybridMessageBus.cs#L12
Remove the field '_runtimeTypeCache' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
Build:
src/SlimMessageBus.Host/MessageBusBase.cs#L18
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build:
src/SlimMessageBus.Host/Producer/InterceptorPipelines/SendInterceptorPipeline.cs#L5
Remove the field '_sendInterceptors' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
Build:
src/SlimMessageBus.Host/Producer/InterceptorPipelines/PublishInterceptorPipeline.cs#L5
Remove the field '_publishInterceptors' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
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)
|
Loading