Skip to content

Publish nuget

Publish nuget #40

Manually triggered February 7, 2024 16:28
Status Success
Total duration 5m 20s
Artifacts

publish-nugets.yml

on: workflow_dispatch
publish-nuget  /  publish-github
47s
publish-nuget / publish-github
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
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, VirtoCommerce/vc-github-actions/setup-vcbuild@master, actions/checkout@v3, VirtoCommerce/vc-github-actions/get-image-version@master, VirtoCommerce/vc-github-actions/add-version-suffix@master, VirtoCommerce/vc-github-actions/cache-get-key@master, 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
npm WARN deprecated [email protected]: For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.
build / build-artifacts
npm WARN deprecated [email protected]: For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.
build / build-artifacts
npm WARN deprecated [email protected]: this library is no longer supported
build / build-artifacts
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
build / build-artifacts
npm WARN deprecated [email protected]: For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.
build / build-artifacts
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
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, VirtoCommerce/vc-github-actions/setup-vcbuild@master, actions/checkout@v3, VirtoCommerce/vc-github-actions/get-image-version@master, VirtoCommerce/vc-github-actions/add-version-suffix@master, VirtoCommerce/vc-github-actions/sonar-scanner-begin@master, VirtoCommerce/vc-github-actions/sonar-scanner-end@master, VirtoCommerce/vc-github-actions/sonar-quality-gate@master. 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-platform/vc-platform/src/VirtoCommerce.Platform.Core/Notifications/DefaultEmailSender.cs(5,39): warning CS0618: 'IEmailSender' is obsolete: 'Use notification module instead' [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Security/ApplicationUser.cs(107,13): warning CS0618: 'ApplicationUser.UserState' is obsolete: 'Left due to compatibility issues. Will be removed. Instead of, use properties: EmailConfirmed, LockoutEnd.' [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Security/ApplicationUser.cs(107,32): warning CS0618: 'ApplicationUser.UserState' is obsolete: 'Left due to compatibility issues. Will be removed. Instead of, use properties: EmailConfirmed, LockoutEnd.' [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Common/AsyncLock.cs(44,12): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Common/ReflectionUtility.cs(202,23): warning S3260: Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Events/EventSuppressor.cs(11,23): warning S3260: Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Extensions/StringExtensions.cs(22,1): warning S103: Split this 1025 characters long line (which is greater than 300 authorized). (https://rules.sonarsource.com/csharp/RSPEC-103) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Modularity/ModuleCatalog.cs(465,1): warning S103: Split this 364 characters long line (which is greater than 300 authorized). (https://rules.sonarsource.com/csharp/RSPEC-103) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Modularity/ModuleCatalog.cs(498,23): warning S3260: Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
test / test-and-sonar
/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/Security/ClaimsPrincipalExtensions.cs(33,16): warning S1135: Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135) [/home/runner/work/vc-platform/vc-platform/src/VirtoCommerce.Platform.Core/VirtoCommerce.Platform.Core.csproj]
publish-nuget / publish-github
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: VirtoCommerce/vc-github-actions/setup-vcbuild@master, actions/checkout@v3, actions/cache@v3, VirtoCommerce/vc-github-actions/publish-nuget@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.