Update dependencies #640
Annotations
20 warnings
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
src/Messaging/API/IMessageBrokerSubscriberService.cs#L43
Do not forget to remove this deprecated code someday.
|
src/Messaging/API/IMessageBrokerSubscriberService.cs#L55
Do not forget to remove this deprecated code someday.
|
src/Messaging/IServiceCollectionExtension.cs#L150
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
src/Messaging/Events/EventBase.cs#L129
Loops should be simplified with "LINQ" expressions
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L115
Dereference of a possibly null reference.
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L215
Dereference of a possibly null reference.
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L59
Use the lambda parameter instead of capturing the argument 'key'
|
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
src/Messaging/API/IMessageBrokerSubscriberService.cs#L43
Do not forget to remove this deprecated code someday.
|
src/Messaging/API/IMessageBrokerSubscriberService.cs#L55
Do not forget to remove this deprecated code someday.
|
src/Messaging/IServiceCollectionExtension.cs#L150
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
src/Messaging/Events/EventBase.cs#L129
Loops should be simplified with "LINQ" expressions
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L115
Dereference of a possibly null reference.
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L215
Dereference of a possibly null reference.
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L59
Use the lambda parameter instead of capturing the argument 'key'
|
The logs for this run have expired and are no longer available.
Loading