xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

AndroidX: Create managed assembly patching tool POC #147

Closed Redth closed 5 years ago

Redth commented 5 years ago

We need to rewrite several parts of managed assemblies which will be migrated to AndroidX with Mono.Cecil. Let's make a proof of concept too which can handle patching a given managed assembly:

The tool should take a given set of managed .dll's as well as mapping file(s) and output the rewritten .dll

VS bug #773870

AlexanderMelchers commented 5 years ago

Hi @Redth,

Is there any timeline indication on when this work will be complete?

Kind regards, Alexander.

mattleibow commented 5 years ago

I can't give an answer just yet on when it will be done. But, we are hard at work and we have some things working internally. We are in the process of putting these things together so that it is one coherent solution. From what we can see, we should be able to have at least a preview available in the very near future.

AlexanderMelchers commented 5 years ago

As we've since found a work-around the pressure is off for the time being, but thanks for the answer @mattleibow!