Skip to content

gh-127

gh-127 #655

Triggered via push August 21, 2023 23:00
Status Failure
Total duration 3m 2s
Artifacts

ci.yml

on: push
Matrix: build
unit-test
47s
unit-test
Matrix: analyze
Publish to GitHub Packages
0s
Publish to GitHub Packages
Official Release to GitHub Packages
0s
Official Release to GitHub Packages
Official Release to NuGet.org
0s
Official Release to NuGet.org
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 10 warnings
build (ubuntu-latest): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
build (ubuntu-latest): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
build (ubuntu-latest): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
build (ubuntu-latest): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
unit-test: src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
unit-test: src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
unit-test: src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
unit-test: src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
unit-test
Process completed with exit code 1.
analyze (csharp): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
analyze (csharp): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
analyze (csharp): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L33
'WorkflowRequestEvent' does not contain a definition for 'CalledAeTitle'
analyze (csharp): src/Messaging/Tests/WorkflowRequestMessageTest.cs#L34
'WorkflowRequestEvent' does not contain a definition for 'CallingAeTitle'
analyze (csharp)
Process completed with exit code 1.
unit-test: src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
unit-test: src/Messaging/Common/ServiceException.cs#L21
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L150
"Find" method should be used instead of the "FirstOrDefault" extension method.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L166
"Find" method should be used instead of the "FirstOrDefault" extension method.
unit-test: src/Messaging/Events/EventBase.cs#L129
Loops should be simplified with "LINQ" expressions
unit-test: src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L41
Refactor 'Connections' into a method, properties should not copy collections.
unit-test: src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L59
Use the lambda parameter instead of capturing the argument 'key'
unit-test: src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L60
Use the lambda parameter instead of capturing the argument 'key'
unit-test: src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'value'.
unit-test: src/Plugins/RabbitMQ/Factory/RabbitMqConnectionFactory.cs#L83
Remove this unused method parameter 'key'.