feat: html config transform handling for MES v12 only - #786
Closed
joaoopereira wants to merge 25 commits into
Closed
joaoopereira wants to merge 25 commits into
joaoopereira wants to merge 25 commits into
Conversation
…roject The Data command always passed net6.0 as the target framework when scaffolding the Actions project, regardless of MES version. This caused the Actions project to target net6.0 even for MES 11+ where net8.0 is expected. Align with BusinessCommand and TestCommand by resolving the target framework dynamically via IDependencyVersionService.DotNetTargetFramework(), which returns net8.0 for MES >= 11 and net6.0 otherwise. Fixes #770
- upgraded adm-zip from 0.5.12 to 0.6.0 - updated brace-expansion from 1.1.14 to 1.1.18 - upgraded fast-uri from 3.1.2 to 3.1.5 - updated js-yaml from 4.1.1 to 4.3.1 and added funding information
… in CmfPackageController
…on handling across the CLI
joaoopereira
force-pushed
the
development-config-transform-only-v12
branch
from
September 7, 2026 09:33
180a3e4 to
d431ecc
Compare
Contributor
.NET Test Results |
Contributor
joaoopereira
force-pushed
the
development
branch
from
September 24, 2026 00:21
d6ec9fd to
9e7bcbd
Compare
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.
What was done
Please explain the origin/source of the bug/feat
Dependencies
Please indicate if this PullRequest has Business/GUI/other dependencies (and attach here when existing).
Delete this section if not needed.
Validation checklist
Please ensure the following conditions are met in order for this PR to be merged: