Hello I am using mono-cecil to determine breaking API changes in managed code (from one build to the next one), which works pretty well. In fact, it works so efficient that I'd like to extend my usage of mono- cecil to check managed c++ code (created with MS .NET) as well. Unfortunately, I was not able to load these assemblies successfully using mono-cecil.
My questions: 1. Is managed c++ supported? If I am not mistaken mono does support managed c++ in general - at least I remember having read such a statement somewhere on the mono homepage. I am not so sure about mono-cecil, however. If it is supported, I am probably doing something wrong. In that case I would of course be interested in downtracking my misusage. 2. If managed c++ is not supported yet, are there any plans on the roadmap to support it in future, and if so, what would be the expected timeframe here? Best regards, waschlappen -- -- mono-cecil
