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/6.0] Fix an issue with ILStripping mscorlib.dll #58935

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

akoeplinger
Copy link
Member

We considered mscorlib.dll as the "core" assembly instead of System.Private.CoreLib.dll which meant Cecil hit an issue while resolving types in it.
This only happened when the IL Linker was not being used since it'd have removed the mscorlib.dll facade.

Brings in dotnet/runtime-assets#176

We considered mscorlib.dll as the "core" assembly instead of System.Private.CoreLib.dll which meant Cecil hit an issue while resolving types in it.
This only happened when the IL Linker was not being used since it'd have removed the mscorlib.dll facade.

Brings in dotnet/runtime-assets#176
@ghost
Copy link

ghost commented Sep 10, 2021

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

Issue Details

We considered mscorlib.dll as the "core" assembly instead of System.Private.CoreLib.dll which meant Cecil hit an issue while resolving types in it.
This only happened when the IL Linker was not being used since it'd have removed the mscorlib.dll facade.

Brings in dotnet/runtime-assets#176

Author: akoeplinger
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@akoeplinger akoeplinger added this to the 6.0.0 milestone Sep 10, 2021
@akoeplinger akoeplinger merged commit 9f92f0e into dotnet:release/6.0 Sep 10, 2021
@akoeplinger akoeplinger deleted the bump-cilstrip-6.0 branch September 10, 2021 15:36
@ghost ghost locked as resolved and limited conversation to collaborators Oct 10, 2021
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.

2 participants