Bump Microsoft.AspNetCore.TestHost from 6.0.21 to 6.0.24 #759
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#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#L59
Use the lambda parameter instead of capturing the argument 'key'
|
Build:
src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L60
Use the lambda parameter instead of capturing the argument '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/Subscriber/RabbitMqMessageSubscriberService.cs#L238
Remove the unnecessary Boolean literal(s).
|
Test:
src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L389
Remove the unused local variable 'testRun'.
|
The logs for this run have expired and are no longer available.
Loading