Skip to content

Release hotfix

Release hotfix #63

Manually triggered April 9, 2024 15:30
Status Success
Total duration 5m 2s
Artifacts

module-release-hotfix.yml

on: workflow_dispatch
publish-github-release  /  publish-github
1m 6s
publish-github-release / publish-github
increment-version
24s
increment-version
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
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/.
build / build-artifacts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-java@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/Notifications/OrderEmailNotificationBase.cs(9,9): warning CS0618: 'EmailNotification.EmailNotification()' is obsolete: 'need to use ctor with 'type' parameter' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Services/PaymentService.cs(37,32): warning CS0618: 'CrudService<PaymentIn, PaymentInEntity, PaymentChangeEvent, PaymentChangedEvent>.GetByIdsAsync(IEnumerable<string>, string)' is obsolete: 'Use method GetAsync instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Services/PaymentService.cs(81,46): warning CS0618: 'ICrudService<CustomerOrder>.GetByIdsAsync(IEnumerable<string>, string)' is obsolete: 'Use method GetAsync instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/LogChangesOrderChangedEventHandler.cs(142,17): warning CS0618: 'CustomerOrder.EmployeeId' is obsolete: 'Use CustomerId instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/LogChangesOrderChangedEventHandler.cs(142,45): warning CS0618: 'CustomerOrder.EmployeeId' is obsolete: 'Use CustomerId instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/LogChangesOrderChangedEventHandler.cs(145,43): warning CS0618: 'CustomerOrder.EmployeeId' is obsolete: 'Use CustomerId instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/LogChangesOrderChangedEventHandler.cs(147,64): warning CS0618: 'CustomerOrder.EmployeeId' is obsolete: 'Use CustomerId instead' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/CancelPaymentOrderChangedEventHandler.cs(38,41): warning CS0618: 'ICustomerOrderService.GetByIdsAsync(string[], string)' is obsolete: 'Need to remove after inherit ICustomerOrderService from ICrudService<CustomerOrder>' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Handlers/AdjustInventoryOrderChangedEventHandler.cs(289,35): warning CS0618: 'IStoreService.GetByIdAsync(string, string)' is obsolete: 'Need to remove after inheriting StoreService from ICrudService<Store>.' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
build / build-artifacts
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Search/Indexed/IndexedCustomerOrderSearchService.cs(72,31): warning CS0618: 'ICustomerOrderService.GetByIdsAsync(string[], string)' is obsolete: 'Need to remove after inherit ICustomerOrderService from ICrudService<CustomerOrder>' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
test / test-and-sonar
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-java@v3, 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-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/Notifications/OrderEmailNotificationBase.cs(9,9): warning CS0618: 'EmailNotification.EmailNotification()' is obsolete: 'need to use ctor with 'type' parameter' [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(10,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(60,49): warning S1104: Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(60,49): warning S2223: Change the visibility of 'OrderStatus' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(90,49): warning S1104: Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(80,49): warning S1104: Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(90,49): warning S2223: Change the visibility of 'PaymentInStatus' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(80,49): warning S2223: Change the visibility of 'ShipmentStatus' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(126,49): warning S1104: Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/ModuleConstants.cs(110,49): warning S1104: Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/VirtoCommerce.OrdersModule.Core.csproj]
publish-github-release / publish-github
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
increment-version
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/.