Update generated SDKs #1582
Annotations
21 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L131
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L151
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/compat/commercetools.Sdk.V2Compat/CtpV2CompatClient.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
commercetools.Sdk/commercetools.Sdk.Api/Models/Products/IAttribute.cs#L79
Unreachable code detected
|
commercetools.Sdk/commercetools.Sdk.GraphQL.Api/Generated/GraphQLClient.g.cs#L6872
The default value specified for parameter 'selector' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
commercetools.Sdk/Examples/commercetools.Api.CheckoutApp/Views/Shared/_Layout.cshtml#L29
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
|
commercetools.Sdk/IntegrationTests/commercetools.GraphQL.Api.IntegrationTests/GenericFixture.cs#L13
Non-nullable property 'DefaultProjectKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
commercetools.Sdk/IntegrationTests/commercetools.GraphQL.Api.IntegrationTests/InMemoryLoggerProvider.cs#L28
Possible null reference return.
|
|
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L131
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
commercetools.Sdk/commercetools.Base.Client/Tokens/TokenProvider.cs#L151
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading