-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ensure Array.Resize
creates an array of the same type as the incoming array
#99021
Conversation
Tagging subscribers to this area: @dotnet/area-system-runtime Issue Detailsnull
|
Related: dotnet/docs#38474 |
RuntimeHelpers.GetSubArray API was introduced recently to support recently introduced C# feature and the breaking change was taken to align with the design of C# feature. You are proposing to change Array.Resize behavior that existed for 20 years. What is the justification for that? |
This pull request has been automatically marked |
This pull request will now be closed since it had been marked |
Likely a breaking change.