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

Collection expressions: require Add method callable with a single argument for class and struct types that do not use [CollectionBuilder] #72796

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

cston
Copy link
Member

@cston cston commented Mar 29, 2024

Merges features/CollectionAdd into release/dev17.10.

Spec changes: dotnet/csharplang#8022

Fixes #72098

cston and others added 3 commits March 28, 2024 11:27
…ument for class and struct types that do not use [CollectionBuilder] (dotnet#72654)

Co-authored-by: AlekseyTs <[email protected]>
The main observable change - the original (unconverted) params arguments are used in the process of populating target collection. 

Spec changes: dotnet/csharplang#8022

Fixes dotnet#72098
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 29, 2024
@cston cston marked this pull request as ready for review March 29, 2024 04:46
@cston cston requested review from a team as code owners March 29, 2024 04:46
@cston
Copy link
Member Author

cston commented Mar 29, 2024

cc @jaredpar

@cston cston merged commit 51523ba into dotnet:release/dev17.10 Mar 29, 2024
28 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants