-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use RegexGenerator in System.Private.Xml #66142
Conversation
Tagging subscribers to this area: @dotnet/area-system-xml Issue Detailsnull
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I have a branch with ~10 changed libraries (or their tests), I just haven't had the chance to run all the tests since rebase before making the PR. |
Really? Which other libraries only build for netcoreappcurrent and have static patterns? I didn't see any, but I could have easily missed them. I've not looked at tests. |
Looks like there's ~10 ish in the tests that can be converted. |
Looks like only System.Private.DataContractSerialization, for libraries. |
I'll try to get the branch pushed tonight. |
src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializationILGen.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM please run outerloop tests before merging
/azp list |
/azp run runtime-libraries-coreclr outerloop-windows |
Azure Pipelines successfully started running 1 pipeline(s). |
Closes #62105 (I believe this is the only remaining place regexes are constructed from patterns known at compile time in libraries only targeting netcoreappcurrent).