Skip to content

build(codegen): updating SDK #2297

build(codegen): updating SDK

build(codegen): updating SDK #2297

Triggered via push October 1, 2024 06:54
Status Failure
Total duration 5m 10s
Artifacts

ci.yml

on: push
Matrix: Integration tests
Matrix: Unit tests
Create artifacts
0s
Create artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 66 warnings
Create artifacts
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
License update
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, stefanzweifel/git-auto-commit-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
License update: 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.
License update: 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.
License update: 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.
License update: 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.
License update: 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.
License update: commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Customers/AuthenticationMode.cs#L34
The member 'AuthenticationModeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
License update: commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/OrderPatches/ReturnShipmentState.cs#L40
The member 'ReturnShipmentStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
License update: commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Producttypes/AttributeConstraintEnum.cs#L40
The member 'AttributeConstraintEnumWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
License update: commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Producttypes/TextInputHint.cs#L34
The member 'TextInputHintWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
License update: commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/CartOrigin.cs#L34
The member 'CartOriginWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Projects/ByProjectKeyGet.cs#L82
'ByProjectKeyGet.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/ResourceType/ByProjectKeyByResourceTypeGet.cs#L80
'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/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L83
'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/commercetoolsSdkHistoryApi/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/commercetoolsSdkHistoryApi/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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/InventoryMode.cs#L34
The member 'InventoryModeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/CartOrigin.cs#L34
The member 'CartOriginWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Importoperations/ImportOperationState.cs#L34
The member 'ImportOperationStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/PaymentState.cs#L43
The member 'PaymentStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (macos-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/IScoreShippingRateInput.cs#L8
'IScoreShippingRateInput.Score' hides inherited member 'IShippingRateInput.Score(Action<ScoreShippingRateInput>)'. Use the new keyword if hiding was intended.
Integration tests (Stream)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration tests (Stream): 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 (Stream): 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 (Stream): 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 (Stream): 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 (Stream): 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 (Stream): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs#L83
'ByProjectKeyByResourceTypeByIDGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Integration tests (Stream): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/Source.cs#L37
The member 'SourceWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (Stream): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/ChangeHistoryResourceType.cs#L106
The member 'ChangeHistoryResourceTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (Stream): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/commercetoolsSdkHistoryApi/Models/ChangeHistories/DateStringFilter.cs#L31
The member 'DateStringFilterWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (Stream): commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs#L82
'ByProjectKeyGet.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Unit tests (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.ImportApi/Generated/commercetoolsSdkImportApi/Models/OrderPatches/ReturnShipmentState.cs#L40
The member 'ReturnShipmentStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (windows-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Orders/CartOrigin.cs#L34
The member 'CartOriginWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (windows-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/ImportResourceType.cs#L70
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/commercetoolsSdkImportApi/Models/Orders/DiscountCodeState.cs#L46
The member 'DiscountCodeStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Unit tests (windows-latest): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Importoperations/ImportOperationState.cs#L34
The member 'ImportOperationStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration tests (String): 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 (String): 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 (String): 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 (String): 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 (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/ImportResourceType.cs#L70
The member 'ImportResourceTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/OrderPatches/ReturnShipmentState.cs#L40
The member 'ReturnShipmentStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/ReferenceType.cs#L88
The member 'ReferenceTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/ProcessingState.cs#L49
The member 'ProcessingStateWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/MoneyType.cs#L34
The member 'MoneyTypeWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.
Integration tests (String): commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Common/ProductPriceModeEnum.cs#L34
The member 'ProductPriceModeEnumWrapper.GetEnumerator()' does not hide an accessible member. The new keyword is not required.