Skip to content

added export request to export cmplete message event #628

added export request to export cmplete message event

added export request to export cmplete message event #628

Triggered via push July 24, 2023 09:03
Status Success
Total duration 5m 2s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: build
Matrix: analyze
Publish to GitHub Packages
10s
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

51 warnings
build (ubuntu-latest): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
build (ubuntu-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (ubuntu-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L243
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (ubuntu-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L352
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (ubuntu-latest): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
build (ubuntu-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (windows-latest): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
build (windows-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (windows-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L243
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (windows-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L352
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
build (windows-latest): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
build (windows-latest): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
unit-test: src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
unit-test: src/Messaging/Messages/MessageBase.cs#L74
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L75
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L76
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L77
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L78
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/JsonMessage.cs#L55
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L108
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L109
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L150
"Find" method should be used instead of the "FirstOrDefault" extension method.
unit-test: src/Messaging/Common/MessageConversionException.cs#L17
Remove this empty comment
unit-test: src/Messaging/Messages/MessageBase.cs#L74
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L75
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L76
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L77
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/Messages/MessageBase.cs#L78
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/API/IMessageBrokerSubscriberService.cs#L43
Do not forget to remove this deprecated code someday.
unit-test: src/Messaging/API/IMessageBrokerSubscriberService.cs#L55
Do not forget to remove this deprecated code someday.
unit-test: src/Messaging/Messages/JsonMessage.cs#L55
Remove this argument from the method call; it hides the caller information.
unit-test: src/Messaging/IServiceCollectionExtension.cs#L108
Remove this argument from the method call; it hides the caller information.
analyze (csharp): src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L115
Dereference of a possibly null reference.
analyze (csharp): src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L215
Dereference of a possibly null reference.
analyze (csharp): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
analyze (csharp): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
analyze (csharp): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L243
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
analyze (csharp): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L352
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
analyze (csharp): src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L115
Dereference of a possibly null reference.
analyze (csharp): src/Plugins/RabbitMQ/Subscriber/RabbitMqMessageSubscriberService.cs#L215
Dereference of a possibly null reference.
analyze (csharp): src/Messaging/Tests/IServiceCollectionExtensionsTests.cs#L206
The event 'GoodSubscriberService.OnConnectionError' is never used
analyze (csharp): src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs#L136
'RabbitMQMessageSubscriberService.Subscribe(string, string, Action<MessageReceivedEventArgs>, ushort)' is obsolete: 'This method is obsolete, use SubscribeAsync instead'
analyze (csharp)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
nuget Expired
111 KB
plug-ins Expired
556 KB