Rename to DataService #663
Annotations
20 warnings
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
src/Messaging/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
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/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L238
Remove the unnecessary Boolean literal(s).
|
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L388
Remove the unused local variable 'testRun'.
|
src/Plugins/RabbitMQ/RabbitMQHealthCheck.cs#L49
Remove the unused local variable 'channel'.
|
src/Plugins/RabbitMQ/Publisher/RabbitMqMessagePublisherService.cs#L113
'System.NullReferenceException' should not be thrown by user code.
|
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
src/Messaging/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
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/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/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L60
Use the lambda parameter instead of capturing the argument 'key'
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'value'.
|
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'key'.
|
The logs for this run have expired and are no longer available.
Loading