.NET 7 introduces a regular expression source generator that can generate a bunch of code at compile time to make a more optimal matcher.
Since MSBuild uses many regular expressions and knows a bunch of them at compile time, we should adopt this.
Possible locations:
(non-exhaustive)
.NET 7 introduces a regular expression source generator that can generate a bunch of code at compile time to make a more optimal matcher.
Since MSBuild uses many regular expressions and knows a bunch of them at compile time, we should adopt this.
Possible locations:
CanonicalErrorConditionEvaluatorSolutionFile.cs(non-exhaustive)