feat:support net7 #1373
pr_run_test_ci.yml
on: pull_request
redis on base image
8m 22s
Annotations
1 error and 12 warnings
redis on base image
Process completed with exit code 1.
|
redis on base image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1, everpcpc/elasticsearch-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
redis on base image
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/
|
redis on base image:
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Possible null reference argument for parameter 'left' in 'bool Enumeration.operator ==(Enumeration left, Enumeration right)'.
|
redis on base image:
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Cannot convert null literal to non-nullable reference type.
|
redis on base image:
src/BuildingBlocks/Configuration/Masa.BuildingBlocks.Configuration/Extensions/ConfigurationExtensions.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
redis on base image:
src/Utils/Configuration/Masa.Utils.Configuration.Json/JsonConfiguration.cs#L106
Possible null reference return.
|
redis on base image:
src/Utils/Configuration/Masa.Utils.Configuration.Json/JsonConfiguration.cs#L115
Possible null reference return.
|
redis on base image:
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Possible null reference argument for parameter 'left' in 'bool Enumeration.operator ==(Enumeration left, Enumeration right)'.
|
redis on base image:
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Cannot convert null literal to non-nullable reference type.
|
redis on base image:
src/BuildingBlocks/Globalization/Masa.BuildingBlocks.Globalization.I18n/CultureSettings.cs#L11
'CultureSettings.SupportCultureName' is obsolete: 'SupportCultureName has expired, please use SupportCultureFileName instead'
|
redis on base image:
src/Utils/Extensions/Masa.Utils.Extensions.DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L159
Possible null reference argument for parameter 'arg2' in 'void Action<Type, object>.Invoke(Type arg1, object arg2)'.
|
redis on base image:
src/Utils/Security/Masa.Utils.Security.Cryptography/HashAlgorithmBase.cs#L18
'HashAlgorithm.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
|