mediawolf

Results 2 comments of mediawolf

I send UTF-16 XML with BOM to TemplateFile and it produces UTF-8 XML file without BOM. Obviously, a produced file is malformed XML since it header still states that: ``...

It looks to be a bug in XmlDocsExtensions.GetXmlDocsPathFromNuGetCacheFile which happens on Linux: ```cs var matches = Regex.Matches(json, $"\"((.*?){assemblyName.Name}((\\\\\\\\)|(////)){assemblyName.Version.ToString(3)})((\\\\\\\\)|(////))(.*?)\"", RegexOptions.IgnoreCase); ``` It should be a single forward slash - not four...