Avoid CollectionsMarshal.AsSpan for derived List<T>#118694
Avoid CollectionsMarshal.AsSpan for derived List<T>#118694xtqqczze wants to merge 1 commit intodotnet:mainfrom
CollectionsMarshal.AsSpan for derived List<T>#118694Conversation
* `Task.WaitAll` * `Task.Whenall` * `string.Join` Related: dotnet#118682
|
I appreciate what you're trying to do here, but I'm really not motivated to make these changes. Can you help me understand why you believe this is important? If you derive from |
|
Tagging subscribers to this area: @dotnet/area-meta |
|
This pull request has been automatically marked |
|
@xtqqczze As with #118682, I'm closing this without merge. If there's a challenge introduced with the current behavior that you think should be addressed, please file an issue where we can discuss the trade-offs. Generally speaking, behavioral changes need to be agreed upon in an issue before a PR. Thank you for the contributions though. |
Task.WaitAllTask.Whenallstring.JoinAs per:
runtime/src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs
Line 925 in a693af3
Related: #118682