Skip to content

init rabbit mq

init rabbit mq #95

Triggered via pull request January 20, 2024 16:11
Status Success
Total duration 4m 55s
Artifacts

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#L167
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#L71
'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#L170
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#L31
The field 'MixQueueSubscriber<T>._startCancellationToken' is never used
build: src/platform/mix.queue/Engines/Mix/MixQueueSubscriber.cs#L23
The field 'MixQueueSubscriber<T>._topic' 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.
build: src/platform/mix.identity/Services/OAuthTokenRevocationService.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.