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

Assembler share single crosslink resolver over all the builds #726

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

Mpdreamz
Copy link
Member

No description provided.

@Copilot Copilot bot review requested due to automatic review settings March 12, 2025 17:09
@Mpdreamz Mpdreamz self-assigned this Mar 12, 2025
@Mpdreamz Mpdreamz requested a review from a team March 12, 2025 17:09
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a shared cross-link resolver to optimize linking across builds in the Assembler project. Key changes include:

  • Adding a new AssemblerCrossLinkFetcher class to handle cross-link fetching.
  • Introducing a new "Skip" flag in Repository configurations via both code and YAML files.
  • Updating AssemblerBuilder to utilize the shared CrossLinkResolver during the documentation building process.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/docs-assembler/Building/AssemblerCrossLinkFetcher.cs New cross-link fetching class using shared configuration
src/docs-assembler/Configuration/Repository.cs Adds a skip flag property to repository configuration
src/docs-assembler/assembler.yml Updates reference configurations with skip flags
src/docs-assembler/Building/AssemblerBuilder.cs Modifies build process to include the cross-link resolver

@Mpdreamz Mpdreamz merged commit 0a135ad into main Mar 12, 2025
9 checks passed
@Mpdreamz Mpdreamz deleted the feature/assembler-build-share-cross-link-resolver branch March 12, 2025 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants