youtube image
From YouTube: .NET Design Reviews: GitHub Triage

Description

00:-06:-16 - Rejected: Regex should have a static TryParse() method https://github.com/dotnet/corefx/issues/25303#issuecomment-349394486
00:15:44 - Needs Work: Allow for ArrayPool(T) to create buffers with a different minimum length https://github.com/dotnet/corefx/issues/12644#issuecomment-349398101
00:28:22 - Approved: Add Dictionary(TKey, TValue).Capacity to let you resize map after created https://github.com/dotnet/corefx/issues/24445#issuecomment-349406685
00:56:21 - Needs Work: ReadOnlySpan(T).DangerousGetPinnableReference should return a readonly reference https://github.com/dotnet/corefx/issues/23881#issuecomment-349408257
01:02:30 - Approved: Change OwnedMemory Pin to take an optional integer offset https://github.com/dotnet/corefx/issues/25229
01:04:43 - Approved: Span extension method to slice off of a string instance https://github.com/dotnet/corefx/issues/24072#issuecomment-349412729
01:17:30 - Approved: MemoryExtensions.SequenceCompare https://github.com/dotnet/corefx/issues/16878#issuecomment-349414287
01:19:59 - Rejected: String should implement IReadOnlyList(char) https://github.com/dotnet/corefx/issues/14336#issuecomment-349415239
01:26:48 - Approved: Add SpanExtensions.AsVector https://github.com/dotnet/corefx/issues/24343#issuecomment-349418624
01:38:08 - Approved: Expose RuntimeWrappedException constructor https://github.com/dotnet/corefx/issues/24946