[Version 13.0] Feature support for params Collections - #1783
Draft
RexJaeschke wants to merge 9 commits into
Draft
Conversation
RexJaeschke
marked this pull request as draft
August 18, 2026 13:30
BillWagner
added a commit
that referenced
this pull request
Aug 18, 2026
…e from feature patches Applied patches inadvertently introduced trailing whitespace on three lines: - Line 2393 (PR #1783): Removed double trailing space after IList<T> list item - Line 4581 (PR #1776): Changed '> ' to '>' for blockquote blank line (matches repo convention) - Line 4616 (PR #1776): Changed '> ' to '>' for blockquote blank line (matches repo convention) Repo standard for blockquote blank lines is '>$' without trailing space (627 instances in baseline vs 40 with space). This commit restores compliance. Files: standard/classes.md (3 line fixes)
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 is Rex's adaptation of the corresponding MS proposal.
Notes
scopedwhen their type is a ref struct.UnscopedRefAttributecan be used to override that.” Presumably that was added to the spec when support forscopedwas added in V11, and nothing specific to parameter collections need be added in V13. See the proposal section “Open questions/[Resolved] Implicitlyscopedparams” and section “Open questions/[Resolved] Consider enforcingscopedorparamsacross overrides,” neither of which has resulted in text in this PR.paramsparameter?” has a recommendation. However, I did not add any text re that in this PR.