Skip to content

Merge pull request #724 from mixcore/features/cleanup #82

Merge pull request #724 from mixcore/features/cleanup

Merge pull request #724 from mixcore/features/cleanup #82

Triggered via push December 30, 2023 04:08
Status Success
Total duration 3m 28s
Artifacts

CI.yml

on: push
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: 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/services/mix-message-queue/mix.mq.lib/Models/MessageQueueModel.cs#L30
Cannot convert null literal to non-nullable reference type.
build: src/services/mix-message-queue/mix.mq.lib/Models/MixTopicModel.cs#L31
Possible null reference return.
build: src/services/mix-message-queue/mix.mq.lib/Models/MessageQueueModel.cs#L40
Possible null reference assignment.
build: src/services/mix-message-queue/mix.mq.lib/Models/MessageQueueModel.cs#L45
Possible null reference assignment.
build: src/services/mix-message-queue/mix.mq.lib/Models/MessageQueueModel.cs#L52
Possible null reference assignment.
build: src/services/mix-message-queue/mix.mq/Program.cs#L31
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
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
Unexpected input(s) 'submodules', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']