Skip to content

fix(tsc-opentelemetry):fix extension method #1372

fix(tsc-opentelemetry):fix extension method

fix(tsc-opentelemetry):fix extension method #1372

Re-run triggered December 4, 2023 02:17
Status Failure
Total duration 5m 29s
Artifacts

pr_run_test_ci.yml

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

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/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/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/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/Development/Masa.Contrib.Development.DaprStarter/Internal/ProcessUtils.cs#L93
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/Development/Masa.Contrib.Development.DaprStarter/Internal/ProcessUtils.cs#L105
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/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Processor/InfiniteLoopProcessor.cs#L30
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/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.