Skip to content

fix: tsc elasticsearch query bugs #1272

fix: tsc elasticsearch query bugs

fix: tsc elasticsearch query bugs #1272

Re-run triggered June 28, 2023 09:25
Status Failure
Total duration 8m 20s
Artifacts

pr_run_test_ci.yml

on: pull_request
redis on base image
8m 8s
redis on base image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
redis on base image
Process completed with exit code 1.
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/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/Security/Masa.Utils.Security.Token/DefaultJwtProvider.cs#L76
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
redis on base image: src/Utils/Security/Masa.Utils.Security.Token/DefaultJwtProvider.cs#L81
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
redis on base image: src/Contrib/Service/Caller/Masa.Contrib.Service.Caller.HttpClient/MasaHttpClient.cs#L9
'MasaHttpClient.BaseApi' is obsolete: 'recommended to use BaseAddress, BaseApi has expired'
redis on base image: src/Contrib/Configuration/ConfigurationApi/Masa.Contrib.Configuration.ConfigurationApi.Dcc/Internal/DccConfigurationRepository.cs#L56
Argument of type 'IDictionary<string, string?>' cannot be used for parameter 'data' of type 'IDictionary<string, string>' in 'IDictionary<string, string> DccConfigurationRepository.SecondaryFormat(string appId, string configObject, IDictionary<string, string> data)' due to differences in the nullability of reference types.
redis on base image: src/Contrib/Configuration/ConfigurationApi/Masa.Contrib.Configuration.ConfigurationApi.Dcc/Internal/DccConfigurationRepository.cs#L62
Argument of type 'IDictionary<string, string?>' cannot be used for parameter 'data' of type 'IDictionary<string, string>' in 'IDictionary<string, string> DccConfigurationRepository.SecondaryFormat(string appId, string configObject, IDictionary<string, string> data)' due to differences in the nullability of reference types.
redis on base image: src/Contrib/Configuration/ConfigurationApi/Masa.Contrib.Configuration.ConfigurationApi.Dcc/Internal/DccConfigurationRepository.cs#L63
Argument of type 'IDictionary<string, string?>' cannot be used for parameter 'data' of type 'IDictionary<string, string>' in 'IDictionary<string, string> DccConfigurationRepository.SecondaryFormat(string appId, string configObject, IDictionary<string, string> data)' due to differences in the nullability of reference types.
redis on base image: src/Contrib/Authentication/Identity/Masa.Contrib.Authentication.Identity/ServiceCollectionExtensions.cs#L35
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)