update refresh token #111
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/Model/PagingModel.cs#L11
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/HybridCacheClient.cs#L31
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/HybridCacheClient.cs#L31
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/mix.shared/Dtos/FilterContentRequestDto.cs#L23
'FilterContentRequestDto.MixDatabaseName' hides inherited member 'SearchRequestDto.MixDatabaseName'. Use the new keyword if hiding was intended.
|
build:
src/platform/mix.shared/Dtos/FilterContentRequestDto.cs#L26
'FilterContentRequestDto.Queries' hides inherited member 'SearchRequestDto.Queries'. Use the new keyword if hiding was intended.
|
build:
src/platform/mix.shared/Services/JsonConfigurationServiceBase.cs#L18
Possible null reference assignment.
|
build:
src/platform/mix.shared/Services/JsonConfigurationServiceBase.cs#L24
Possible null reference assignment.
|
build:
src/platform/mix.shared/Services/HttpService.cs#L99
Cannot convert null literal to non-nullable reference type.
|
build:
src/platform/mix.shared/Services/HttpService.cs#L100
Cannot convert null literal to non-nullable reference type.
|
build:
src/platform/mix.shared/Services/HttpService.cs#L101
Cannot convert null literal to non-nullable reference type.
|