3533 Commits (6065030a24276bc046288d48aa29104c910d6469)
 

Author SHA1 Message Date
Siegfried Pammer 6065030a24 Replace BlobDecoder with solution not relying on TypeSystem 7 years ago
Siegfried Pammer 82d80a80e9 Fix formatting bug in MethodBodyDisassembler 7 years ago
Siegfried Pammer 13928e3ce4 Do not add version in PEFile.Name 7 years ago
Siegfried Pammer 42854c17c5 Fix bug in ILStructure.FindAllBranches 7 years ago
Siegfried Pammer 10ebe3e00e Fix WriteParameterReference 7 years ago
Siegfried Pammer 3dacf80af2 Add DisassembleAllCommand in Debug mode 7 years ago
Siegfried Pammer ec91601510 Add ReferenceFolderTreeNode 7 years ago
Siegfried Pammer a5f1dda9e9 Clean up commented code a bit 7 years ago
Siegfried Pammer e65d1593e9 Fix bug in FullTypeName.GetDeclaringType 7 years ago
Siegfried Pammer 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 7 years ago
Siegfried Pammer d4b91577c9 Add hack for namedarg count parsing in DeclarativeSecurityAttributes 8 years ago
Siegfried Pammer f72c48af02 Add missing unconditional opcodes in ILStructure.IsUnconditionalBranch 8 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Siegfried Pammer 3d9cbb71bd Implementation of MetadataLoader mostly completed (CecilLoader.cs) 8 years ago
Siegfried Pammer 02b7dc98be Commit of non-compiling WIP 8 years ago
Siegfried Pammer 12f0169164 REVERT THIS BEFORE MERGING! 8 years ago
Daniel Grunwald 97efc7b7f5 Fix some value type stack slots incorrectly being decompiled to a variable of type "object". 8 years ago
Siegfried Pammer 4ed1531aa0
Merge pull request #1010 from pentp/famandasm 8 years ago
Siegfried Pammer 37eda5762f Merge branch '3.0.x' of github.com:icsharpcode/ILSpy 8 years ago
Siegfried Pammer a734955cc5 Push VSIX version number to 1.7.2 8 years ago
Siegfried Pammer c3e1f41009 Add 3.0.x branch handling to appveyor-install.ps1 8 years ago
Siegfried Pammer 98b22f3f1f Add preparerelease.bat 8 years ago
Siegfried Pammer bb23d0d7ba Push VSIX to artifacts on build server. 8 years ago
Siegfried Pammer b4974eb559 Add preparerelease.bat 8 years ago
Siegfried Pammer da847e726e
Push VSIX to artifacts on build server. 8 years ago
Siegfried Pammer 10b932ae0b Fix assembly loading glitch when decompiling assembly nodes (assembly attributes + header) 8 years ago
Siegfried Pammer 9da1d4c1bb Fix "Show/Hide internal types and members option" for members. 8 years ago
Siegfried Pammer c4bafdde2e Fix assembly reference logging bug: References found in the assembly list should not be marked unresolved. 8 years ago
Daniel Grunwald d18b4c2a1f Fix #1014: fix assembly load errors causing ILSpy to crash 8 years ago
Daniel Grunwald 871f28c90f Set version number to 3.0.1 8 years ago
Daniel Grunwald 3e6d202665 Fix #1014: fix assembly load errors causing ILSpy to crash 8 years ago
Siegfried Pammer b91cf16aa0 Add overlay icon for private protected. 8 years ago
Siegfried Pammer c848ec41e8 Add C# 7.2 private protected unit tests 8 years ago
Siegfried Pammer f764f94edb Merge branch 'famandasm' of https://github.com/pentp/ILSpy into pentp-famandasm 8 years ago
Siegfried Pammer 1dac21d0c7 Set version to 3.1 alpha1 8 years ago
Christoph Wille 6aefbdf63e Merge branch 'master' of https://github.com/icsharpcode/ILSpy 8 years ago
Christoph Wille 8dac53e256 Update vsix to 1.7.1 to include update 8 years ago
Christoph Wille 8bb5551396 Go to .3447 Nuget (found .deps.json parsing error on release tests). That also hid a throw on assembly resolution. 8 years ago
Siegfried Pammer f493f5e606 Fail with null value instead of other exception in case of invalid json file. 8 years ago
Siegfried Pammer 151fa73e29 Fix exception in LoadPackageInfos 8 years ago
Christoph Wille 96c6d5d0c5 Fix Identity of package 8 years ago
Christoph Wille 70b01e734a Update NuGet packages in Frontends and Xamarin Workbook 8 years ago
Siegfried Pammer 454f512929 Tests: Set Roslyn language version to latest 8 years ago
Siegfried Pammer 889b14747f Fix NRE in DoDecompile(FieldDefinition) on internal value__ enum fields 8 years ago
Siegfried Pammer 5184a9be1e Fix NRE in LoadedAssembly.LookupReferencedAssemblyInternal 8 years ago
Siegfried Pammer 9adbff24a9 Set versionName = null (RTM) 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