Enable hard link creation for local development to optimize disk usage - #9903
#9903Merged
michaelstaib merged 3 commits intoJun 14, 2026
mainChilliCream/graphql-platform:mainfrom
pse/use-hard-links-for-disk-size-optimizationChilliCream/graphql-platform:pse/use-hard-links-for-disk-size-optimizationCopy head branch name to clipboard
Merged
Enable hard link creation for local development to optimize disk usage#9903michaelstaib merged 3 commits intomainChilliCream/graphql-platform:mainfrom pse/use-hard-links-for-disk-size-optimizationChilliCream/graphql-platform:pse/use-hard-links-for-disk-size-optimizationCopy head branch name to clipboard
michaelstaib merged 3 commits into
mainChilliCream/graphql-platform:mainfrom
pse/use-hard-links-for-disk-size-optimizationChilliCream/graphql-platform:pse/use-hard-links-for-disk-size-optimizationCopy head branch name to clipboard
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo-wide MSBuild settings to optimize local development builds by enabling hard link creation (to reduce duplicate file copies in build outputs) and adds conditional local-dev runtime identifier selection logic.
Changes:
- Enable hard link creation for various copy operations when
DOTNET_LOCAL_DEV=1. - Add
DOTNET_LOCAL_DEV-conditionedRuntimeIdentifierselection based on current OS/architecture. - Reformat the
PackageIcon<None />item for readability.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
michaelstaib
self-requested a review
June 14, 2026 12:49
michaelstaib
requested changes
Jun 14, 2026
michaelstaib
left a comment
Member
There was a problem hiding this comment.
There are a lot of issues with the changes... I am working through them at the moment ... so do not merge.
michaelstaib
approved these changes
Jun 14, 2026
This was referenced Jun 16, 2026
This was referenced Jun 24, 2026
This was referenced Jun 28, 2026
This was referenced Jul 5, 2026
This was referenced Jul 13, 2026
This was referenced Jul 20, 2026
chore(deps): Bump HotChocolate.Subscriptions.InMemory from 15.1.14 to 16.5.1
Kuestenlogik/Bowire#506
Merged
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.
No description provided.