VCST-4713: Add support for conditional sections in product configurations #1575
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, actions/setup-node@v4, VirtoCommerce/jira-upload-build-info@master, VirtoCommerce/vc-github-actions/add-version-suffix@master, VirtoCommerce/vc-github-actions/changelog-generator@master, VirtoCommerce/vc-github-actions/get-image-version@master, VirtoCommerce/vc-github-actions/get-jira-keys@master, VirtoCommerce/vc-github-actions/publish-artifact-link@master, VirtoCommerce/vc-github-actions/publish-blob-release@master, VirtoCommerce/vc-github-actions/publish-jira-link@master, VirtoCommerce/vc-github-actions/setup-vcbuild@master, VirtoCommerce/vc-github-actions/sonar-quality-gate@master, VirtoCommerce/vc-github-actions/sonar-scanner-begin@master, VirtoCommerce/vc-github-actions/sonar-scanner-end@master. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/Migrations/20250428081444_AddPropertyGroup.cs(12,33): warning S138: This method 'Up' has 99 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/VirtoCommerce.CatalogModule.Data.SqlServer.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/Migrations/20250613090337_RemoveOrphanedEntities.cs(26,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/VirtoCommerce.CatalogModule.Data.SqlServer.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/Migrations/20190515064457_InitialCatalog.cs(7,33): warning S138: This method 'Up' has 690 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/VirtoCommerce.CatalogModule.Data.SqlServer.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/Migrations/20000000000000_UpdateCatalogV2.cs(72,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.SqlServer/VirtoCommerce.CatalogModule.Data.SqlServer.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/Migrations/20221226124018_Initial.cs(10,33): warning S138: This method 'Up' has 770 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/Migrations/20241118131837_ProductConfiguration.cs(12,33): warning S138: This method 'Up' has 92 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/Migrations/20250428082422_AddPropertyGroup.cs(12,33): warning S138: This method 'Up' has 99 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/Migrations/20250613090459_RemoveOrphanedEntities.cs(26,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data.PostgreSql/VirtoCommerce.CatalogModule.Data.PostgreSql.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogDbContext.cs(27,33): warning S138: This method 'OnModelCreating' has 274 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
|
|
Build
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Model/ProductConfigurationEntity.cs(79,21): warning S134: Refactor this code to not nest more than 3 control flow statements. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
|
Loading