Update generated SDKs #1584
Annotations
10 warnings
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/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/InMemoryLogger.cs#L34
Possible null reference return.
|
commercetools.Sdk/IntegrationTests/commercetools.GraphQL.Api.IntegrationTests/InMemoryLoggerProvider.cs#L28
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading