Closed
Description
We now have a source generator in .NET 7 SDK builds to generate regex code at compile time. We should start using it in this repo. (Not in the System.Text.RegularExpressions tests, of course - but in tests elsewhere in the repo there are some regexes.)
Up for grabs. If this works out we can open an issue in aspnetcore to do the same.
This needs main to start using the .NET 7 SDK first. @dotnet/runtime-infrastructure is that planned soon?
cc @stephentoub