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

[mono] Fix assembly name parser to accommodate non-ASCII UTF8 strings #103363

Merged
merged 5 commits into from
Jun 14, 2024

Commits on Jun 12, 2024

  1. Fix assembly name parser

    fanyang-mono committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ac56cb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Handle quoted case

    fanyang-mono committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f06e478 View commit details
    Browse the repository at this point in the history
  2. Add utf8 validation

    fanyang-mono committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2909346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7d5c7 View commit details
    Browse the repository at this point in the history
  4. Add test

    fanyang-mono committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c5e6a0b View commit details
    Browse the repository at this point in the history