Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
vc-ci
reviewed
Mar 17, 2026
Contributor
vc-ci
left a comment
There was a problem hiding this comment.
Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.131
Timestamp: 17-03-2026T15:32:07
vc-ci
reviewed
Mar 17, 2026
Contributor
vc-ci
left a comment
There was a problem hiding this comment.
Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.748
Timestamp: 17-03-2026T15:41:40
OlegoO
added a commit
that referenced
this pull request
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Description
fix: Update dependencies to .NET10
References
QA-test:
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-4328
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Customer_3.1002.0-pr-294-239d.zip
Note
Medium Risk
Primarily dependency and tooling upgrades (VirtoCommerce Platform/Core packages, EF tooling, webpack, and test framework) with moderate risk of build/runtime incompatibilities due to major version bumps.
Overview
Upgrades the module and its sample/data projects to .NET 10-aligned dependencies, including moving VirtoCommerce Platform packages to
3.1002.0and normalizing module dependency versions inmodule.manifest(platform to3.1002.0, dependent modules to3.1000.0).Cleans up build metadata by removing
Microsoft.SourceLink.GitHubreferences, adjusting EF design packageIncludeAssets, and updating EF migration docs to usedotnet-ef 10.0.1.Updates frontend build lockfile (
package-lock.json) with newer webpack toolchain transitive deps, and modernizes tests by upgradingcoverlet.collectorand switching from MSTest/xUnit v2 packages toxunit.v3.Written by Cursor Bugbot for commit 239d9d3. This will update automatically on new commits. Configure here.