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 Crossgen2 bug #61104 and add regression test #63956

Merged
merged 2 commits into from
Jan 20, 2022

Commits on Jan 18, 2022

  1. Fix issue dotnet#61104 and add regression test

    The issue tracks the runtime regression failure where
    Crossgen2-compiled app is unable to locate a type with non-ASCII
    characters in its name. The failure was caused by the fact that
    Crossgen2 was incorrectly zero-extended the individual characters
    when calculating the hash whereas runtime is sign-extending them.
    
    Thanks
    
    Tomas
    trylek committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    faf6297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d27529 View commit details
    Browse the repository at this point in the history