Dimitar Stoykov

Results 9 issues of Dimitar Stoykov

The APIDiffInfo, located in AssemblyBrowseTabItem's constructor is potentially unused.

Steps to reproduce: - Download dotnet core runtime version 1.0.4 and 1.0.5 - Open JustAssembly and load both runtime shared folder contents in "Compare Folders" mode - Double click any...

Severity: Medium

The Outline pane is a nested pane in the 'Assembly Explorer' pane ( located in the bottom part ) and shows the structure of all the members in the currently...

When generating a project and for some reason the cspoj file cannot be generated, the save dialog file name is: **{AssemblyName}.csproj.error.csproj.error** instead of **{AssemblyName}.csproj.error**

Currently, the search results are grouped by the file they are found in. They should be grouped by the degree they match the search criteria. For example: search string: `frameworkVersion`...

Search string `frameworkVersion` should match `framework4Version` also.

[Code reference](https://github.com/codemerx/CodemerxDecompile/blob/master/engine/JustDecompiler.Shared/Mono.Cecil.Extensions/MethodReferenceExtentions.cs#L273)

Currently, TestMSBuildProjectBuilder is used to generate projects for .NET Core assemblies. We should replace it with TestNetCoreProjectBuilder.