BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

remove `ExpandSpecialChars` in favor of `Songhay.Xml.XmlUtility.XmlEncode` #142

Closed BryanWilhite closed 2 years ago

BryanWilhite commented 2 years ago

apart from support for HTML comments, Songhay.Xml.XmlUtility.ExpandSpecialChars is identical to Songhay.Xml.XmlUtility.XmlEncode; i am unable to explain why i wrote two of these!