Merge pull request #240 from Project-MONAI/AI-230 #739
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/Common/ArtifactTypes.cs#L21
Use an immutable collection or reduce the accessibility of the non-private readonly field 'ListOfModularity'.
|
Build:
src/Messaging/Common/ArtifactTypes.cs#L21
Use an immutable collection or reduce the accessibility of the public static field 'ListOfModularity'.
|
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/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
Build:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'value'.
|
Build:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'key'.
|
Test:
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
Test:
src/Messaging/Common/ArtifactTypes.cs#L21
Use an immutable collection or reduce the accessibility of the non-private readonly field 'ListOfModularity'.
|
Test:
src/Messaging/Common/ArtifactTypes.cs#L21
Use an immutable collection or reduce the accessibility of the public static field 'ListOfModularity'.
|
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/IServiceCollectionExtension.cs#L182
"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/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
|
Test:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L59
Use the lambda parameter instead of capturing the argument 'key'
|
Test:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L60
Use the lambda parameter instead of capturing the argument 'key'
|
The logs for this run have expired and are no longer available.
Loading