Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix XmlBinaryReader/XmlBinaryWriter on big-endian systems #74599

Merged
merged 3 commits into from
Sep 9, 2022
Merged

Fix XmlBinaryReader/XmlBinaryWriter on big-endian systems #74599

merged 3 commits into from
Sep 9, 2022

Commits on Sep 9, 2022

  1. Fix XmlBinaryReader/XmlBinaryWriter on big-endian systems

    Properly byte-swap float/double/decimal types.
    Handle array types correctly on big-endian systems.
    Added more test cases based on PR 71478.
    
    Fixes #74494
    uweigand committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8cff819 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    StephenMolloy authored and uweigand committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    cdf4996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c4442 View commit details
    Browse the repository at this point in the history