Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Change namespace of embedded Cecil in ILStrip task - #58763
Conversation
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
ghost
commented
Sep 7, 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
commented
Sep 8, 2021
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsWe 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. Backport of #58764 Customer ImpactNone, this is an internal infrastructure change to avoid a name clash. TestingManual testing. RiskNone, 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
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.