-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ModuleBuilder.GetType does not work with ignore case with certain unicode chars on Unix #18231
Closed
Tracked by
#44655
Labels
area-VM-reflection-mono
Reflection issues specific to MonoVM
bug
disabled-test
The test is disabled in source code against the issue
os-linux
Linux OS (any supported distro)
Milestone
Comments
stephentoub
changed the title
ModuleBuilder.GetType does not work with ignore case with certain unicode chars on XPlat
ModuleBuilder.GetType does not work with ignore case with certain unicode chars on Unix
Aug 19, 2016
@atsushikan please have a look and if you see the issue is globalization I will help with it. Thanks. |
moved it to 1.2 as this is rare scenario to support surrogate pairs in types names |
Next step: Find out (under debugger) where we invoke globalization and get the wrong answer (that's where it is likely going to be). |
maryamariyan
added
the
untriaged
New issue has not been triaged by the area owner
label
Feb 23, 2020
GrabYourPitchforks
removed
untriaged
New issue has not been triaged by the area owner
help wanted
[up-for-grabs] Good issue for external contributors
labels
Apr 1, 2020
Note to self: need to see if dotnet/coreclr#24597 also fixed this as well. |
12 tasks
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jun 1, 2022
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jun 1, 2022
buyaa-n
added
area-VM-reflection-mono
Reflection issues specific to MonoVM
and removed
area-System.Reflection.Emit
labels
Jun 1, 2022
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jun 2, 2022
Repository owner
moved this from Future
to Done
in Triage POD for Reflection, META, etc.
Jun 2, 2022
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jun 2, 2022
ghost
locked as resolved and limited conversation to collaborators
Jul 2, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-VM-reflection-mono
Reflection issues specific to MonoVM
bug
disabled-test
The test is disabled in source code against the issue
os-linux
Linux OS (any supported distro)
The following test passes on Windows, but fails on non-Windows platforms, discovered in dotnet/corefx#10532
/cc @stephentoub @atsushikan
The text was updated successfully, but these errors were encountered: