JustAssembly
JustAssembly copied to clipboard
Assembly Diff and Analysis Tool
The JustDecompileEngine link seems to be a submodule to a project that no longer exists? Was it renamed, or abandoned?
Two installers are offered. One EXE and one MSI (which requires a Telerik account). While the EXE seems registration-free, it isn't.  Is there any way to install (not a...
After choosing 2 DLLs to be compared, application starts loading them but in the middle it freezes and then closes itself without any error message File is rather big (9...
For example:   I can't find the information of "type name" in the windowed interface. Thanks!
…ons' casing fixes #63
Hi Tool is great but not very comfortable. Please add some context menu Collapse all nodes and some search pane
Hi, I just wanted to test it on a "real world case" by comparing two assemblies, and get the following exception just before the end of the "Loading assembly 2...
Files comparing are 4mb in size. Below is the error: Object reference not set to an instance of an object. at JustAssembly.Nodes.TypeNode.CleanExceptionSource(IDecompilationResults decompilationResult, String sourceCode) in C:\Jenkins\ReleaseFullWithUploadBuild\workspace\UI\JustAssembly\Nodes\TypeNode.cs:line 99 at JustAssembly.Nodes.TypeNode.GetDifferenceDecoration()...
## Steps to reproduce it Run the following powershell command ``` &"C:\Program Files (x86)\Telerik\JustAssembly\Libraries\JustAssembly.CommandLineTool.exe" "E:\git\compare\current\content\lib\ikvm\JVM.DLL" "E:\git\compare\server\content\lib\ikvm\JVM.DLL" "JVM.DLLJVM.DLL.xml" ```` ## Expected Result Assembly comparison should execute and succeed ## Actual Result...
Would like to be able to output a list of differences in terms of 1. Additions 2. Changes 3. Removals For 1.Methods. 2.Classes. 3.Namespaces Eg. I want a summary.