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

System.Text.Encodings.Web refactoring and code modernization #49373

Merged
merged 13 commits into from
Mar 19, 2021

Commits on Mar 9, 2021

  1. System.Text.Encodings.Web refactoring and code modernization

    - Refactor unsafe code from TextEncoder workhorse routines into standalone helpers
    - Fix bounds check logic in workhorse routines
    - Remove vestigial code from the library and unit test project
    - Add significant unit test coverage for the workhorse routines and unsafe helpers
    GrabYourPitchforks committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    bcc5b3f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    cf8e998 View commit details
    Browse the repository at this point in the history
  2. Fix broken tests & x86 edge case detection

    - Update test csproj to include missing polyfills
    - Fix net461 test compilation failures
    GrabYourPitchforks committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ee279d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    d13f660 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    5f6215e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b79db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31762f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d0d006 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    3eec93e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    d0d3d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f4433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d84fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    76f04f7 View commit details
    Browse the repository at this point in the history