[Proposal]: Better Conversion from Collection Expression (VS 17.12, .NET 9) #8374
Labels
Implemented Needs ECMA Spec
This feature has been implemented in C#, but still needs to be merged into the ECMA specification
Proposal champion
Milestone
Better conversion from collection expression
Summary
Updates to the better conversion rules to be more consistent with params, and better handle current ambiguity scenarios. For example,
ReadOnlySpan<string>
vsReadOnlySpan<object>
can currently cause ambiguities during overload resolution for[""]
. This is an issue because .NET 9 is adding such methods tostring.Concat
, which we need to address in the language.Design meetings
The text was updated successfully, but these errors were encountered: