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] Change namespace of embedded Cecil in ILStrip task #58763

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Sep 7, 2021

We hit a case where the ILStrip task assembly is IL-merged with a few other task assemblies on the Xamarin side which causes a clash because of trying to merge different Mono.Cecil versions.
Rename the Mono.Cecil used here to avoid that clash. Brings in dotnet/runtime-assets#169

Backport of #58764

Customer Impact

None, this is an internal infrastructure change to avoid a name clash.

Testing

Manual testing.

Risk

None, not publicly observable.

We hit a case where the ILStrip task assembly is IL-merged with a few other task assemblies on the Xamarin side which causes a clash because of trying to merge different Mono.Cecil versions.
Rename the Mono.Cecil used here to avoid that clash. Brings in dotnet/runtime-assets#169
@dotnet-issue-labeler
Copy link

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.

@akoeplinger akoeplinger added this to the 6.0.0 milestone Sep 7, 2021
@ghost
Copy link

ghost commented Sep 8, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

We hit a case where the ILStrip task assembly is IL-merged with a few other task assemblies on the Xamarin side which causes a clash because of trying to merge different Mono.Cecil versions.
Rename the Mono.Cecil used here to avoid that clash. Brings in dotnet/runtime-assets#169

Backport of #58764

Customer Impact

None, this is an internal infrastructure change to avoid a name clash.

Testing

Manual testing.

Risk

None, not publicly observable.

Author: akoeplinger
Assignees: -
Labels:

area-Infrastructure

Milestone: 6.0.0

@akoeplinger akoeplinger merged commit a77b391 into dotnet:release/6.0 Sep 8, 2021
@akoeplinger akoeplinger deleted the update-cilstrip-6.0 branch September 8, 2021 07:32
@ghost ghost locked as resolved and limited conversation to collaborators Oct 9, 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.

3 participants