Doc: feature band source building#5373
Merged
mthalman merged 23 commits intodotnet:mainfrom Nov 3, 2025
Merged
Conversation
mthalman
commented
Oct 15, 2025
Member
MichaelSimons
left a comment
There was a problem hiding this comment.
Nice write-up. There is a lot of good content here.
| - Include shared runtime and foundational components that all feature bands | ||
| depend on | ||
|
|
||
| ## Feature Band Characteristics |
Member
There was a problem hiding this comment.
Eventually this should reference SDK documentation the feature bands which isn't finalized yet.
- 1xx: Contains complete VMR - 2xx/3xx: Contains only tooling sources - runtime/core libraries excluded
- Change 'Latest' to 'current' in Build Requirements section for clarity - Remove redundant comment in 3xx servicing scenario - Addresses PR feedback about consistent terminology usage
Co-authored-by: Michael Simons <msimons@microsoft.com>
The diff makes this look more complicated than it is. All I did was swap the order so that bootstrap was positioned after servicing.
MichaelSimons
approved these changes
Oct 31, 2025
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.
This document provides guidance for Linux distribution maintainers on source building .NET SDK feature band branches of the VMR. It covers bootstrapping and ongoing servicing workflows when building multiple SDK feature bands.
Fixes #5354