Skip to content

Update generated SDKs #1648

Update generated SDKs

Update generated SDKs #1648

Triggered via pull request August 23, 2023 13:06
Status Success
Total duration 5m 4s
Artifacts 1

ci.yml

on: pull_request
Matrix: Integration tests
Matrix: Unit tests
License update
0s
License update
Create artifacts
1m 51s
Create artifacts
Fit to window
Zoom out
Zoom in

Annotations

61 warnings
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L77
'ByProjectKeyByResourceTypeByIDGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Integration tests (BuiltIn): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs#L74
'ByProjectKeyByResourceTypeGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Integration tests (BuiltIn): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs#L76
'ByProjectKeyGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Integration tests (BuiltIn): 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.
Integration tests (BuiltIn): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/ChangeHistories/PlatformInitiatedChange.cs#L46
The member 'PlatformInitiatedChangeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L77
'ByProjectKeyByResourceTypeByIDGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (ubuntu-latest): 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.
Unit tests (ubuntu-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/ChangeHistories/PlatformInitiatedChange.cs#L46
The member 'PlatformInitiatedChangeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (ubuntu-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs#L74
'ByProjectKeyByResourceTypeGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (ubuntu-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs#L76
'ByProjectKeyGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): 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.
Unit tests (windows-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/Models/Common/ImportResourceType.cs#L67
The member 'ImportResourceTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (windows-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/Models/Common/MoneyType.cs#L34
The member 'MoneyTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L77
'ByProjectKeyByResourceTypeByIDGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs#L74
'ByProjectKeyByResourceTypeGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (macos-latest): 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.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/ChangeHistories/PlatformInitiatedChange.cs#L46
The member 'PlatformInitiatedChangeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/Common/AssociateRoleInheritanceMode.cs#L34
The member 'AssociateRoleInheritanceModeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Create artifacts
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/
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs#L76
'ByProjectKeyGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Create artifacts: 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.
Create artifacts: commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L77
'ByProjectKeyByResourceTypeByIDGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Create artifacts: commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Models/ChangeHistories/DateStringFilter.cs#L31
The member 'DateStringFilterWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Create artifacts: commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs#L74
'ByProjectKeyByResourceTypeGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Create artifacts
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
Create artifacts
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: 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.
Create artifacts: commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/ProductDiscounts/IProductDiscountUpdate.cs#L11
'IProductDiscountUpdate.Version' hides inherited member 'IResourceUpdate<IProductDiscountUpdate, IProductDiscountUpdateAction>.Version'. Use the new keyword if hiding was intended.
Create artifacts: commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/ProductDiscounts/IProductDiscountUpdate.cs#L13
'IProductDiscountUpdate.Actions' hides inherited member 'IResourceUpdate<IProductDiscountUpdate, IProductDiscountUpdateAction>.Actions'. Use the new keyword if hiding was intended.
Create artifacts: commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/ProductDiscounts/IProductDiscountUpdateAction.cs#L21
'IProductDiscountUpdateAction.Action' hides inherited member 'IResourceUpdateAction<IProductDiscountUpdateAction>.Action'. Use the new keyword if hiding was intended.
Create artifacts: commercetools.Sdk/commercetools.Sdk.Api/Generated/Models/Common/ReferenceTypeId.cs#L133
The member 'ReferenceTypeIdWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.

Artifacts

Produced during runtime
Name Size
commercetools.Sdkv2.0.1.0-alpha-1648 Expired
2.43 MB