Skip to content

Conversation

@akoeplinger
Copy link
Member

We were using the old mscorlib name which causes issues when mscorlib is not linked away.

We were using the old mscorlib name which causes issues when mscorlib is not linked away.
@akoeplinger akoeplinger enabled auto-merge (squash) September 10, 2021 09:49
akoeplinger added a commit that referenced this pull request Sep 10, 2021
We were using the old mscorlib name which causes issues when mscorlib is not linked away.

Backport of #176
@akoeplinger akoeplinger merged commit 0277a4e into dotnet:main Sep 10, 2021
@akoeplinger akoeplinger deleted the fix-corlib branch September 10, 2021 11:16
akoeplinger added a commit to akoeplinger/runtime that referenced this pull request Sep 10, 2021
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
akoeplinger added a commit to dotnet/runtime that referenced this pull request Sep 10, 2021
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
akoeplinger added a commit to dotnet/runtime that referenced this pull request Sep 10, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants