Merge pull request #267 from Project-MONAI/AI-185 #787
Annotations
20 warnings
Build:
src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
|
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/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
|
Build:
src/Messaging/IServiceCollectionExtension.cs#L182
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Build:
src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
|
Build:
src/Messaging/Events/EventBase.cs#L129
Loops should be simplified using the "Where" LINQ method
|
Build:
src/Messaging/Tests/Common/ArtifactTypesTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
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'.
|
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 using the "Where" LINQ method
|
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