On Tue, 2009-12-08 at 13:19 -0800, Johannes wrote:
> Hi!
>
> I'm writing a program which compares two assemblies, telling how their
> public APIs differ (the assemblies are two different implementations
> of the same thing so comparisons do make sense there).
This doesn't answer your question, but Mono has an assembly comparison
tool that you might find useful: gui-compare:
http://anonsvn.mono-project.com/source/trunk/mono-tools/gui-compare/
This also uses Mono.Cecil to compare the public types and members of
assemblies (it's what we use to compare Mono assemblies to .NET
assemblies to ensure our public APIs match).
- Jon
--
--
mono-cecil