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
I looked a bit into it and think this can only be solved by preprocessing the xml test result before transforming it into html. Like already mentioned in this comment here https://github.com/microsoft/vstest/blob/main/src/Microsoft.TestPlatform.Extensions.HtmlLogger/HtmlTransformer.cs#L33-L35,
the test result can contain characters that aren't valid xml. Thus the html writer must also be tolerant of those characters which he isn't anymore after the change in this PR #4756.
But it also isn't an option to use own XmlWriterSettings again because this will bring back the staircase issue #4754.
Cannot move there, see: dotnet/sdk#38983
The text was updated successfully, but these errors were encountered: