Skip to content

Update latest net packages (#733) #103

Update latest net packages (#733)

Update latest net packages (#733) #103

Triggered via push September 1, 2024 03:25
Status Success
Total duration 4m 55s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Factories/CacheEngineFactory.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/core/mix-heart/src/mix.heart/Services/MixDitributedCache.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.shared/Dtos/SearchMixDbRequestDto.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.shared/Dtos/SearchMixDbRequestDto.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.shared/Dtos/SearchMixDbRequestDto.cs#L31
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#L160
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#L65
'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/Engines/SubscriberBase.cs#L163
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.queue/Models/MixTopicModel.cs#L69
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