Merge pull request #740 from mixcore/features/upgrade-net9 #105
Annotations
12 warnings
Post Setup
Unexpected input(s) 'submodules', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Setup
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/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/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.
|
Build:
src/platform/mix.shared/Services/HttpService.cs#L116
Cannot convert null literal to non-nullable reference type.
|
Build:
src/platform/mix.shared/Services/HttpService.cs#L117
Cannot convert null literal to non-nullable reference type.
|
Build:
src/platform/mix.shared/Services/HttpService.cs#L118
Cannot convert null literal to non-nullable reference type.
|
Build:
src/platform/mix.shared/Services/HttpService.cs#L132
Cannot convert null literal to non-nullable reference type.
|
Loading