Skip to content

Release hotfix

Release hotfix #78

Manually triggered March 20, 2024 13:06
Status Failure
Total duration 1m 28s
Artifacts

module-release-hotfix.yml

on: workflow_dispatch
test  /  test-and-sonar
1m 0s
test / test-and-sonar
build  /  build-artifacts
56s
build / build-artifacts
get-metadata
16s
get-metadata
publish-github-release  /  publish-github
publish-github-release / publish-github
increment-version
0s
increment-version
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 13 warnings
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,42): error CS0246: The type or namespace name 'DbContextRepositoryBase<>' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(532,35): error CS0246: The type or namespace name 'GenericSearchResult<>' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(778,19): error CS0246: The type or namespace name 'SqlParameter' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0738: 'CatalogRepositoryImpl' does not implement interface member 'ICatalogRepository.SearchAssociations(ProductAssociationSearchCriteria)'. 'CatalogRepositoryImpl.SearchAssociations(ProductAssociationSearchCriteria)' cannot implement 'ICatalogRepository.SearchAssociations(ProductAssociationSearchCriteria)' because it does not have the matching return type of 'Task<GenericSearchResult<AssociationEntity>>'. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Attach<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Add<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Update<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Remove<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.UnitOfWork' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IDisposable.Dispose()' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,42): error CS0246: The type or namespace name 'DbContextRepositoryBase<>' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(532,35): error CS0246: The type or namespace name 'GenericSearchResult<>' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(778,19): error CS0246: The type or namespace name 'SqlParameter' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0738: 'CatalogRepositoryImpl' does not implement interface member 'ICatalogRepository.SearchAssociations(ProductAssociationSearchCriteria)'. 'CatalogRepositoryImpl.SearchAssociations(ProductAssociationSearchCriteria)' cannot implement 'ICatalogRepository.SearchAssociations(ProductAssociationSearchCriteria)' because it does not have the matching return type of 'Task<GenericSearchResult<AssociationEntity>>'. [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Attach<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Add<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Update<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.Remove<T>(T)' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IRepository.UnitOfWork' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/Repositories/CatalogRepositoryImpl.cs(13,85): error CS0535: 'CatalogRepositoryImpl' does not implement interface member 'IDisposable.Dispose()' [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Data/VirtoCommerce.CatalogModule.Data.csproj]
get-metadata
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / test-and-sonar
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/Model/CatalogProduct.cs(198,16): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/Model/CatalogProduct.cs(276,20): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/Model/ListEntry/CategoryListEntry.cs(29,23): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/Model/ListEntry/ProductListEntry.cs(34,23): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(17,19): warning S1659: Declare 'Create' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(18,19): warning S1659: Declare 'Read' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(19,19): warning S1659: Declare 'Update' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(20,19): warning S1659: Declare 'Delete' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(21,19): warning S1659: Declare 'Export' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/ModuleConstants.cs(22,19): warning S1659: Declare 'Import' in a separate statement. (https://rules.sonarsource.com/csharp/RSPEC-1659) [/home/runner/work/vc-module-catalog/vc-module-catalog/src/VirtoCommerce.CatalogModule.Core/VirtoCommerce.CatalogModule.Core.csproj]
build / build-artifacts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.