You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adjust XmlReader.Create to passed path with potentially invalid character (#9028)
Fixes#8972
Context
#8931 fixed one instance of the issue with build issues caused by localized characters in OS paths.
This PR attempts to address the rest of the same unintended string -> uri conversion
Changes Made
Passing Stream to XmlReader.Create instead of path in order to prevent unintended string -> uri conversion
Testing
N/A
0 commit comments