minor fix for warning #715
Annotations
20 warnings
Build:
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
Build:
src/Messaging/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
Build:
src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Build:
src/Messaging/IServiceCollectionExtension.cs#L182
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Build:
src/Messaging/Events/EventBase.cs#L129
Loops should be simplified with "LINQ" expressions
|
Build:
src/Plugins/RabbitMQ/Factory/IRabbitMQConnectionFactory.cs#L35
Parameter 'type' has no matching param tag in the XML comment for 'IRabbitMQConnectionFactory.CreateChannel(ChannelType, string, string, string, string, string, string)' (but other parameters do)
|
Build:
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L393
XML comment is not placed on a valid language element
|
Build:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
Build:
src/Plugins/RabbitMQ/RabbitMQHealthCheck.cs#L49
Remove the unused local variable 'channel'.
|
Build:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'value'.
|
Test:
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
Test:
src/Messaging/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
Test:
src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Test:
src/Messaging/Events/EventBase.cs#L129
Loops should be simplified with "LINQ" expressions
|
Test:
src/Messaging/IServiceCollectionExtension.cs#L182
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Test:
src/Plugins/RabbitMQ/Factory/IRabbitMQConnectionFactory.cs#L35
Parameter 'type' has no matching param tag in the XML comment for 'IRabbitMQConnectionFactory.CreateChannel(ChannelType, string, string, string, string, string, string)' (but other parameters do)
|
Test:
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L393
XML comment is not placed on a valid language element
|
Test:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
Test:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'value'.
|
Test:
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