Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the manifest support in Arcade into its own package and remove VersionTools #15661

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Mar 20, 2025

This enables the VMR and other users to reference this package, rather than the feed tasks. The feed tasks are not set up for nice PackageRef consumption. In addition, eliminate VersionTools, except the CLI tool, which mainly just has a command that removes version numbers from nuget packages. VersionTools is no longer in use except in the docker repo, for opening GitHub PRs. Matt Thalman indicated it would be good to remove such a dependency at some point in the future. The current dep is on net9. At the very least, we would copy the net9 code into the repo.

To double check:

This enables the VMR and other users to reference this package, rather than the feed tasks. The feed tasks are not set up for nice PackageRef consumption.
In addition, eliminate VersionTools, except the CLI tool, which mainly just has a command that removes version numbers from nuget packages. VersionTools is no longer in use except in the docker repo, for opening GitHub PRs. Matt Thalman indicated it would be good to remove such a dependency at some point in the future. The current dep is on net9. At the very least, we would copy the net9 code into the repo.
@mmitche mmitche changed the title Move the manifest support in Arcade into its own package Move the manifest support in Arcade into its own package and remove VersionTools Mar 20, 2025
@mmitche mmitche requested review from a team and missymessa March 20, 2025 21:23
mmitche added a commit to mmitche/sdk that referenced this pull request Mar 25, 2025
Depends on dotnet/arcade#15661
Removes the custom manifest handling in MergeAssetManifests, moving it to use the new manifest package produced by arcade. This reduces code duplication and means more complete manifests out of the each vertical.
Add tests for the merging, based on manifests coming out of the build.
@mmitche mmitche enabled auto-merge (squash) March 25, 2025 23:33
@mmitche mmitche requested review from a team March 26, 2025 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants