Add note about RID being ignored when publishing for solution#51417
Merged
meaghanlewis merged 3 commits intodotnet:mainfrom Feb 4, 2026
Merged
Add note about RID being ignored when publishing for solution#51417meaghanlewis merged 3 commits intodotnet:mainfrom
meaghanlewis merged 3 commits intodotnet:mainfrom
Conversation
meaghanlewis
reviewed
Feb 2, 2026
Contributor
meaghanlewis
left a comment
There was a problem hiding this comment.
@BartoszKlonowski thanks for your contribution! I think using the markdown note format makes sense. I applied that as a suggestion along with a few others.
Improve the way the important NOTE is emphasized by making it the markdown "note" and by separating the next paragraph with the proper newline. Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
Contributor
Author
Thank you, @meaghanlewis! |
meaghanlewis
approved these changes
Feb 4, 2026
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 pull request fixes #50258, by adding the note about RIDs (specified by
-rparam) being "ignored" when publishing for the whole solution.Instead, what is also suggested in the added note, publishing should be done per project regarding specific RIDs details or by specifying RIDs per project using (linked in the note)
<RuntimeIdentifiers>property in the config.I didn't make the note by markdown
> [!NOTE], because I wasn't sure about the layout of bullet points already there, so let me know in comments in case this would be a good idea.Internal previews