Comments
1 comment
-
This would indeed, be useful. It would also be good if this could be referenced, somehow, by apps. For instance. In Visual Studio, it is possible to say which compare tools are used to compare certain types of files. I would love to be able to add .dll to the list and have it open in reflector with a side by side comparison. That way, if, for some reason, we have lost the source for a particular library we've created, but we have multiple versions of the code. We can see what, essentially, has changed in that code.
Add comment
Please sign in to leave a comment.
Example of that kind of view:
http://www.scootersoftware.com/moreinfo ... derCompare
It could be usefull in situations when you have two versions of dll which contains large namespace hierarchy (e.g. some kind of interfaces) and you need to identify where changes are.
In detail view it is also usefull to display only diferences or diferences with context as it is used in most compare tools.
Currently I use the Reflector Diff AddIn
http://www.codingsanity.com/diff.htm
thx.