Upgrade to .NET 8 #166
Annotations
1 error and 13 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1, actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/Subjects/Common.Persistence/Repository/CachedRepository.cs#L21
Possible null reference return.
|
src/Subjects/Common.Persistence/Cache/RedisCacheService.cs#L13
Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Subjects/Common.Persistence/Cache/RedisCacheService.cs#L13
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Subjects/Common.Persistence/Cache/MemoryCacheService.cs#L11
Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Subjects/Common.Persistence/Cache/MemoryCacheService.cs#L11
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Subjects/Common.Persistence/Cache/MemoryCacheService.cs#L27
Possible null reference assignment.
|
src/Subjects/Common.Persistence/Cache/RedisCacheService.cs#L30
Possible null reference argument for parameter 'json' in 'T? JsonSerializer.Deserialize<T>(string json, JsonSerializerOptions? options = null)'.
|
src/Subjects/Common.Persistence/Cache/RedisCacheService.cs#L30
Possible null reference assignment.
|
src/Subjects/Common.Persistence/ConfigureServices.cs#L19
Possible null reference return.
|
src/Subjects/Presentation.Shared.Rcl/Alerts/AlertService.cs#L11
Cannot convert null literal to non-nullable reference type.
|
|
The logs for this run have expired and are no longer available.
Loading