I don't get the point of #dotnet runtime team releasing unfinished types like the Regex ValueMatch type which is missing group capturing.
It's been 3 years since this issue was opened.
https://github.com/dotnet/runtime/issues/73223
It's been 3 years since this issue was opened.
https://github.com/dotnet/runtime/issues/73223
Comments
https://devblogs.microsoft.com/dotnet/regular-expression-improvements-in-dotnet-7/#spans
To be fair I immediately opened an issue because the DataMember attributes didn’t work. https://github.com/dotnet/runtime/issues/29975
ValueMatch seems like a dead end for anything more than the "hello world" of Regex.