Publish nuget #30
publish-nugets.yml
on: workflow_dispatch
test
/
test-and-sonar
2m 52s
build
/
build-artifacts
1m 21s
publish-nuget
/
publish-github
25s
Annotations
16 warnings
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: DinkToPdfCopy. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details. [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Web/VirtoCommerce.OrdersModule.Web.csproj]
|
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: DinkToPdfCopy. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details. [/home/runner/work/vc-module-order/vc-module-order/tests/VirtoCommerce.OrdersModule.Tests/VirtoCommerce.OrdersModule.Tests.csproj]
|
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: DinkToPdfCopy. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details. [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Web/VirtoCommerce.OrdersModule.Web.csproj]
|
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: DinkToPdfCopy. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details. [/home/runner/work/vc-module-order/vc-module-order/tests/VirtoCommerce.OrdersModule.Tests/VirtoCommerce.OrdersModule.Tests.csproj]
|
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/vc-module-order/vc-module-order/samples/VirtoCommerce.OrdersModule2.Web/VirtoCommerce.OrdersModule2.Web.csproj]
|
build / build-artifacts
/usr/share/dotnet/sdk/8.0.403/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Web/VirtoCommerce.OrdersModule.Web.csproj]
|
test / test-and-sonar
/home/runner/work/vc-module-order/vc-module-order/src/VirtoCommerce.OrdersModule.Core/Model/CustomerOrderResponseGroup.cs(6,17): warning S2342: Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342) [/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/Model/CustomerOrderResponseGroup.cs(8,9): warning S2346: Rename 'Default' to 'None'. (https://rules.sonarsource.com/csharp/RSPEC-2346) [/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(62,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(62,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(115,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(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(115,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 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(148,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]
|