Skip to content

Conversation

@akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented 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

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#58764
@ghost
Copy link

ghost commented Sep 10, 2021

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@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 #58764

Author: akoeplinger
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@steveisok steveisok self-requested a review September 10, 2021 11:28
@akoeplinger akoeplinger merged commit 67bc683 into dotnet:main Sep 10, 2021
@akoeplinger akoeplinger deleted the bump-cilstrip branch September 10, 2021 14:40
@ericstj
Copy link
Member

ericstj commented Sep 10, 2021

@akoeplinger your manual updates of just this dependency from runtime-assets are causing merge conflicts with the maestro PRs. Can you consider doing a full runtime-assets update when you make these changes? It should make things auto-resolve.

@akoeplinger
Copy link
Member Author

@ericstj sure :)

@ericstj
Copy link
Member

ericstj commented Sep 11, 2021

Thank you 🙏

@ghost ghost locked as resolved and limited conversation to collaborators Oct 11, 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.

4 participants