-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bumper mangles/escapes parts of XML file when using that content type #41
Comments
@mhamann, can you provide a simplified version of the XML structure for the csproj file that demonstrates this example so I can add a unit test and debug this issue? I just wanted to let you know that the provided example does not show the selector you are trying to update. I suspect this is related to the cheeriojs/cheerio#4045 issue, but I believe we can work around this similar to how we handled the HTML, as there were issues with Cheerio changing things. |
🚀 This issue has been resolved in v7.0.1. See Release 7.0.1 for release notes. |
Thanks to @pbarton-andovercos! Would be great if you could inform us if this fixes the issue, Matt? |
Apologies for not posting a fuller reproduction. I just tested it and it's all fixed! Thanks a bunch! |
When using bumper to modify a specific element of an XML file, it replaced dollar signs and single quotes with an escaped or entity version.
Example:
The text was updated successfully, but these errors were encountered: