Skip to content

VCST-2092: add create configuration command #86

VCST-2092: add create configuration command

VCST-2092: add create configuration command #86

Triggered via pull request November 5, 2024 08:29
Status Success
Total duration 2m 56s
Artifacts

module-ci.yml

on: pull_request
module-katalon-tests  /  e2e-tests
module-katalon-tests / e2e-tests
Matrix: deploy-cloud / Deploy
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(18,51): warning S4487: Remove this unread private field '_marketingEvaluator' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(19,56): warning S4487: Remove this unread private field '_cartTotalsCalculator' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(20,52): warning S4487: Remove this unread private field '_taxProviderSearchService' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(21,46): warning S4487: Remove this unread private field '_cartProductService' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(22,57): warning S4487: Remove this unread private field '_dynamicPropertyUpdaterService' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(23,41): warning S4487: Remove this unread private field '_memberService' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(24,34): warning S4487: Remove this unread private field '_mapper' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/ConfiguredLineItemAggregate.cs(25,51): warning S4487: Remove this unread private field '_pipeline' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/CartAggregate.cs(51,29): warning S107: Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/CartAggregate.cs(170,50): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457) [/home/runner/work/vc-module-x-cart/vc-module-x-cart/src/VirtoCommerce.XCart.Core/VirtoCommerce.XCart.Core.csproj]
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/