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
When serializing to xml, with or without xxxxLegacy, the output looks the same, only the Legacy version has more whitespace (which is what the unit test is testing). But what does whitespace have to do with ToTypedElement()??? It is true we need to support the Pretty stuff on the new XML serializers, but I don't see that it makes a difference here.
Anyway, if we don't use xxxLegacy, DoesPretty and TestAppendNewLine fails.
The text was updated successfully, but these errors were encountered:
When serializing to xml, with or without xxxxLegacy, the output looks the same, only the Legacy version has more whitespace (which is what the unit test is testing). But what does whitespace have to do with ToTypedElement()??? It is true we need to support the Pretty stuff on the new XML serializers, but I don't see that it makes a difference here.
Anyway, if we don't use xxxLegacy, DoesPretty and TestAppendNewLine fails.
The text was updated successfully, but these errors were encountered: