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

Using /unicode when running ildasm.exe roundtrip tests #71163

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Jun 22, 2022

Should resolve #70873

Description
ILDASM was disassembling an assembly that had Unicode characters in it, but was not outputting them correctly. Adding the '/unicode' flag when running ILDASM fixes this.

@ghost
Copy link

ghost commented Jun 22, 2022

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Should resolve #70873

Description
ILDASM was disassembling an assembly that had Unicode characters in it, but was not outputting them correctly. Adding the '/unicode' when running ILDASM fixes this.

Author: TIHan
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@TIHan TIHan added this to the 7.0.0 milestone Jun 23, 2022
@TIHan TIHan marked this pull request as ready for review June 23, 2022 19:04
@TIHan
Copy link
Contributor Author

TIHan commented Jun 23, 2022

@dotnet/jit-contrib this is ready.

@TIHan TIHan force-pushed the ildasm-unicode-bug-fix branch from 4ad7f89 to c500631 Compare July 5, 2022 19:50
@TIHan
Copy link
Contributor Author

TIHan commented Jul 6, 2022

@dotnet/jit-contrib This is ready again.

@TIHan TIHan merged commit 82e985c into dotnet:main Jul 7, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure Regressions\\coreclr\\20616\\UnicodeBug\\UnicodeBug.cmd
2 participants