3639 Commits (ff9789f8a7fd74a0a3389054e68fb116bfa7f238)
 

Author SHA1 Message Date
Siegfried Pammer d1bc4f4b54 Implement string interpolation pattern in ReplaceMethodCallsWithOperators 8 years ago
Siegfried Pammer bcb9cca39b StringInterpolation: basic implementation in AST 8 years ago
Siegfried Pammer ee8841e5bb Fix #561: Clicking on a node with a deleted file causes a stacktrace to be printed instead of a user friendly "File doesn't exist" message 8 years ago
Siegfried Pammer 6fcb5d0d0b Fix highlighting of value keyword in property/event accessors. 8 years ago
Pent Ploompuu 142c406596 Add "private protected" support 8 years ago
Christoph Wille 50d740979a Add "Features" to README.md 8 years ago
Siegfried Pammer 87c3871c37 Fix NRE in LoadedAssembly.Text when dealing with .net modules 8 years ago
Siegfried Pammer 7521cea4b9 Add unknown type handling to `ToPrimitiveType(this IType type)` and `IsCompatibleTypeForMemoryAccess(IType pointerType, IType accessStackType)` 8 years ago
Siegfried Pammer 701513fd00 Fix build. 8 years ago
Christoph Wille 068d505254 Mention plugins more prominently 8 years ago
Christoph Wille 7a87e553b6 Surface decompiler version in both console and ps cmdlets (intended for user error reporting) 8 years ago
Christoph Wille 851dcf0a5f Explicitly reference our projects using ics.d 8 years ago
Siegfried Pammer 7ad556e0bf Do not detect array initializer if element type and store type do not match. 8 years ago
Daniel Grunwald 9b15b97f89 Fix some more cases where missing references were causing assertions. 8 years ago
Daniel Grunwald ae819526eb Fix assertion when call has unknown target type (due to missing assembly reference). 8 years ago
Siegfried Pammer ff108713cd Prevent previously loaded references from being loaded again. 8 years ago
Siegfried Pammer f0a2bafb78 Remove dead code. 8 years ago
Daniel Grunwald d949d4e638 Fix #991: explicit represent T->T? conversion in lifted operator calls. 8 years ago
Siegfried Pammer f77ee4fc35 Remove saveDir and fixedGuid command line arguments: Please use ICSharpCode.Decompiler.Console instead. 8 years ago
Siegfried Pammer a356f0ee26 Do not catch OperationCanceledException: Closes #994 8 years ago
Siegfried Pammer f01026071f Fix #816: Cli argument saveDir + 2 and more assembles - decompiler only last correctly 8 years ago
Daniel Grunwald 128e05cd11 Fix #937: support implicit Ref->I4 conversions 8 years ago
Daniel Grunwald 0a1921ff67 Fix #1007: post-increment transform incorrect due to variable splitting. 8 years ago
Daniel Grunwald 87a03bde70 Add test case for #981, and fix decompilation of ?: operator on StackType.Ref (necessary to make the testcase compile). 8 years ago
Daniel Grunwald ef4e74c668 #981: Fix stack type adjustments in ILReader. 8 years ago
Daniel Grunwald bfea41d585 Fix #532: NullReferenceException when Cecil cannot decode a branch target. 8 years ago
Siegfried Pammer 98e8ca2646 Fix #1006 8 years ago
Daniel Grunwald 03cb637798 #993: Move empty body special case to ILAst. 8 years ago
Siegfried Pammer 0e0291a113 Refactoring of LookupReferencedAssemblyInternal 8 years ago
Siegfried Pammer 8b6083d11a Extract file lookup into FindAssemblyFile 8 years ago
Siegfried Pammer 4172da43d6 if ActiveAutoLoadedAssembly is set, load it before trying to access it 8 years ago
Siegfried Pammer aff91cf806 DotNetCore/DotNetCorePathFinder: improve FallbackToDotNetSharedDirectory 8 years ago
Siegfried Pammer af08020802 Fix build. 8 years ago
Siegfried Pammer 6260647a77 Set ShowInTaskbar = true for assertions 8 years ago
Siegfried Pammer 98333554bb Update license and contrib information, closes #1003 together with 3fb97ac7f5 8 years ago
Siegfried Pammer 73081e8781 Fix #1008: Empty decompiled code for a constructor 8 years ago
Christoph Wille 3fb97ac7f5 Update included packages license information 8 years ago
Siegfried Pammer 12bbdeddfd Copy Mono.Cecil.dll to ILSpy.AddIn\packages 8 years ago
Christoph Wille 6a000aad3c Update to -beta4 NuGet, fix Workbook errors 8 years ago
Siegfried Pammer d1c503e3cf VersionName = "beta4" 8 years ago
Siegfried Pammer 9b13fe373a Fix #914: Exception when viewing an internal class in Roslyn assembly 8 years ago
Daniel Grunwald 930ed37973 Fix #857: NullReferenceException in LinesRenderer.OnRender() 8 years ago
Siegfried Pammer 75a3f6d24b Add result type invariants for instruction arguments. 8 years ago
Siegfried Pammer f40c994e23 Fix bug in InsertRequiredSpacesDecorator: missing space before literals in some cases. 8 years ago
Siegfried Pammer 38b073ee9a Add OpCode.Invariants: generalized mechanism for overriding CheckInvariant 8 years ago
Siegfried Pammer c48a611946 Remove old ExpressionTreeConverter.cs 8 years ago
Siegfried Pammer bd1126e3c1 Fix --type option in ICSharpCode.Decompiler.Console 8 years ago
Siegfried Pammer 90f0f7199d Fix #1004: Crashed when ref to mscorlib, Version=65535.65535.65535.65535, Culture=neutral, PublicKeyToken=b77a5c561934e089 8 years ago
Siegfried Pammer df04b40951 Fix #990: Invalid object cast for virtual call through pointer 8 years ago
Siegfried Pammer 3ef67fed52 DecompileType only supports top-level types: always use FullTypeName.TopLevelTypeName. 8 years ago