Skip to content

Remove Required attribute from FirstName and LastName in AddressEntity #678

Remove Required attribute from FirstName and LastName in AddressEntity

Remove Required attribute from FirstName and LastName in AddressEntity #678

Triggered via pull request November 4, 2024 12:02
Status Success
Total duration 3m 21s
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-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Model/AddressEntity.cs(78,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/Model/AddressEntity.cs(106,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data/VirtoCommerce.OrdersModule.Data.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/Migrations/20230620095341_FixRowVersion.cs(13,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/VirtoCommerce.OrdersModule.Data.PostgreSql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/Migrations/20230516181949_AddCaptures.cs(10,33): warning S138: This method 'Up' has 108 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/VirtoCommerce.OrdersModule.Data.PostgreSql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/Migrations/20230329093543_AddRefunds.cs(10,33): warning S138: This method 'Up' has 111 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/VirtoCommerce.OrdersModule.Data.PostgreSql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/Migrations/20230221142522_Initial.cs(10,33): warning S138: This method 'Up' has 703 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.PostgreSql/VirtoCommerce.OrdersModule.Data.PostgreSql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/Migrations/20230329093626_AddRefunds.cs(10,33): warning S138: This method 'Up' has 137 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/VirtoCommerce.OrdersModule.Data.MySql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/Migrations/20230713073621_AddCaptures.cs(11,33): warning S138: This method 'Up' has 132 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/VirtoCommerce.OrdersModule.Data.MySql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/Migrations/20230221142500_Initial.cs(10,33): warning S138: This method 'Up' has 902 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.MySql/VirtoCommerce.OrdersModule.Data.MySql.csproj]
ci
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.SqlServer/Migrations/20000000000000_UpdateOrdersV2.cs(100,33): warning S1186: Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186) [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Data.SqlServer/VirtoCommerce.OrdersModule.Data.SqlServer.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/