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

[release/8.0-staging] [mono] Fix assembly name parser to accommodate non-ASCII UTF8 strings #103475

Merged

Conversation

fanyang-mono
Copy link
Member

@fanyang-mono fanyang-mono commented Jun 14, 2024

Backport of #103363 to release/8.0

/cc @fanyang-mono

Customer Impact

Prior to this change, Type.GetType fails if using fully qualified assembly names where the assembly has certain international characters, when using Mono runtime.

Testing

Added a new test, which passed on CI.
Manually validated the problematic maccatalyst app reported in the original issue. It works correctly now.

Risk

Moderate risk.

@lambdageek
Copy link
Member

I'm not sure I agree this is low risk. Loader changes often have unexpected consequences. I'd say moderate risk.

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. we will take for consideration in 8.0.x

@teo-tsirpanis teo-tsirpanis added this to the 8.0.x milestone Jun 14, 2024
@jkotas jkotas changed the title [mono] Fix assembly name parser to accommodate non-ASCII UTF8 strings [release/8.0-staging] [mono] Fix assembly name parser to accommodate non-ASCII UTF8 strings Jun 15, 2024
@fanyang-mono fanyang-mono added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jun 17, 2024
@fanyang-mono
Copy link
Member Author

This was approved by tactics over the email.

@fanyang-mono fanyang-mono merged commit 156dee8 into dotnet:release/8.0-staging Jun 17, 2024
142 of 151 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants