Skip to content

Merge pull request #690 from mixcore/feature/apply_query_controller_f… #12

Merge pull request #690 from mixcore/feature/apply_query_controller_f…

Merge pull request #690 from mixcore/feature/apply_query_controller_f… #12

Triggered via push August 28, 2023 17:42
Status Success
Total duration 4m 52s
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
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/ViewModel/ViewModelBase.cs#L77
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/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/MixStaticFileCacheClient.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/platform/core/mix-heart/src/Mix.Heart/Services/ConfigurationServiceBase.cs#L83
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
build: src/platform/core/mix-heart/src/Mix.Heart/Services/MixDitributedCache.cs#L18
The field 'MixDitributedCache._options' is never used
build: src/platform/core/mix-heart/src/Mix.Heart/Services/MixCacheService.cs#L19
The field 'MixCacheService._repository' is never used
build: src/platform/mix.shared/Dtos/SearchMixDbRequestDto.cs#L34
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#L33
'SearchMixDbRequestDto.LoadNestedData' hides inherited member 'SearchRequestDto.LoadNestedData'. Use the new keyword if hiding was intended.
build: src/platform/mix.shared/Services/HttpService.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/platform/mix.shared/Services/JsonConfigurationServiceBase.cs#L59
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'