youtube image
From YouTube: .NET Design Reviews GitHub Triage

Description

00:00:00 - Approved: Regex Match, Split and Matches should support RegexOptions.AnyNewLine as (?=[\r\n]|\z) https://github.com/dotnet/corefx/issues/28410#issuecomment-392863409
00:10:20 - Approved: GroupCollection should implement IReadOnlyDictionary interface to align with its Dictionary-Type Usage https://github.com/dotnet/corefx/issues/23262#issuecomment-392866863
00:21:40 - Needs Work: Socket support for TCP_QUICKACK https://github.com/dotnet/corefx/issues/29917
00:27:53 - Approved: TypeInfo doesn't expose a parameterless constructor https://github.com/dotnet/corefx/issues/14334