Skip to content

update mix mq

update mix mq #93

Triggered via pull request January 20, 2024 07:28
Status Success
Total duration 5m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Unexpected input(s) 'submodules', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'submodules', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: src/platform/core/mix-heart/src/mix.heart/Exceptions/MixException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/platform/mix.queue/Engines/SubscriberBase.cs#L161
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.queue/Engines/SubscriberBase.cs#L67
'SubscriberBase.StopAsync(CancellationToken)' hides inherited member 'BackgroundService.StopAsync(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/platform/mix.queue/Models/MixTopicModel.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.queue/Engines/SubscriberBase.cs#L62
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/platform/mix.queue/Engines/SubscriberBase.cs#L164
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.queue/Engines/Mix/MixQueueSubscriber.cs#L23
The field 'MixQueueSubscriber<T>._topic' is never used
build: src/platform/mix.queue/Engines/Mix/MixQueueSubscriber.cs#L31
The field 'MixQueueSubscriber<T>._startCancellationToken' is never used
build: src/platform/mix.identity/Services/OAuthCodeStoreService.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.identity/ViewModels/OAuthClientViewModel.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.