SmartAssembly Support for Winmd References
Axess
Posts: 1 New member
Hello SmartAssembly Team,
We have multiple products for which we have pending features for which we would require the ability to reference .winmd libraries.
Are there any plans to support these in the near future(next year or so)? If support for these references were added or the ability to ignore obfuscation problems/a workaround it would be a great help.
If an update to our version is required for this then it would be a reason for our company to update to a newer version as well.
Best Regards and Thanks.
We have multiple products for which we have pending features for which we would require the ability to reference .winmd libraries.
Are there any plans to support these in the near future(next year or so)? If support for these references were added or the ability to ignore obfuscation problems/a workaround it would be a great help.
If an update to our version is required for this then it would be a reason for our company to update to a newer version as well.
Best Regards and Thanks.
Tagged:
Answers
I'm afraid this isn't something that's on the roadmap currently.
One tentative offering that might work, but arguably might be more trouble than it's worth is calling the libraries via reflection. However obfuscation and reflection famously don't get along so I'd keep the implementation as simple as possible, which may not be viable with your needs.