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
The binary format used by XmlDictionaryReader and XmlDictionaryWriter is supposed to be always little-endian.
However, the current code does not implement this correctly when running on big-endian systems. These pre-existing problems were recently exposed by additional and updated test cases added here: #73332 (XmlDictionaryReader) #71478 (XmlDictionaryWriter)