[Host.AzureServiceBus] Modify user properties on failure / Supply reason and description on dead-letter #1453
Annotations
2 errors and 10 warnings
Publish Test Results
Failed test were found and 'fail-on-error' option is set to ***
|
Integration Tests
Process completed with exit code 1.
|
Build:
src/SlimMessageBus.Host.AzureServiceBus/Consumer/AsbBaseConsumer.cs#L14
Refactor this constructor to reduce its Cognitive Complexity from 18 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
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.AzureServiceBus/Consumer/AsbBaseConsumer.cs#L14
Refactor this constructor to reduce its Cognitive Complexity from 18 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
src/Samples/Sample.Hybrid.ConsoleApp/Program.cs#L17
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
src/Samples/Sample.Hybrid.ConsoleApp/Application.cs#L24
Remove the unused local variable 'task'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Build:
src/Samples/Sample.Serialization.ConsoleApp/Program.cs#L84
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.Serialization.ConsoleApp/Program.cs#L32
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
src/Samples/Sample.Nats.WebApi/Program.cs#L57
Await RunAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/Samples/Sample.DomainEvents.WebApi/Startup.cs#L68
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.DomainEvents.WebApi/Program.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Loading