TASK: Updating SDK #1614
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.MLApi/Generated/commercetools/Sdk/MlApi/Models/Common/ReferenceTypeId.cs#L97
The member 'ReferenceTypeIdWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
|
commercetools.Sdk/commercetools.Sdk.MLApi/Generated/commercetools/Sdk/MlApi/Models/Common/TaskStatusEnum.cs#L34
The member 'TaskStatusEnumWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
|
commercetools.Sdk/commercetools.Sdk.MLApi/Generated/commercetools/Sdk/MlApi/Models/ImageSearchConfigs/ImageSearchConfigStatus.cs#L34
The member 'ImageSearchConfigStatusWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
|
commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs#L61
'ByProjectKeyGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
|
commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/ChangeHistories/ChangeHistoryResourceType.cs#L106
The member 'ChangeHistoryResourceTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
|
The logs for this run have expired and are no longer available.
Loading