Merge pull request #686 from mixcore/feature/refactor #31
Annotations
12 warnings
|
|
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.
|
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.
|
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.
|
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?'
|
src/platform/core/mix-heart/src/Mix.Heart/Services/MixDitributedCache.cs#L18
The field 'MixDitributedCache._options' is never used
|
src/platform/core/mix-heart/src/Mix.Heart/Services/MixCacheService.cs#L19
The field 'MixCacheService._repository' is never used
|
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.
|
src/platform/mix.shared/Dtos/SearchMixDbRequestDto.cs#L33
'SearchMixDbRequestDto.LoadNestedData' hides inherited member 'SearchRequestDto.LoadNestedData'. Use the new keyword if hiding was intended.
|
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.
|
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?'
|
The logs for this run have expired and are no longer available.
Loading