Skip to content

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