3639 Commits (ff9789f8a7fd74a0a3389054e68fb116bfa7f238)
 

Author SHA1 Message Date
Siegfried Pammer 4cccf9fac5 Fix crash described in #1038. 7 years ago
Siegfried Pammer 2848707838 Fix #1031: Do not crash during search, if Cecil throws an exception. 7 years ago
Siegfried Pammer b28a1719e7 Close #1033: Add TFM for net45 7 years ago
Siegfried Pammer 6a687ad91c Set version to 3.0.2 7 years ago
Siegfried Pammer 67d6a1d520
Merge pull request #1039 from icsharpcode/decompileMemberBodies 7 years ago
Siegfried Pammer ac1f061ad8 Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 7 years ago
Siegfried Pammer 8db1934105 Implement DecompileMemberBodies setting in CSharpDecompiler. (This fixes #1032) 7 years ago
Siegfried Pammer fb3e9515ae
Merge pull request #1029 from MikeFH/async-main 7 years ago
MikeFH c299304034 Check that method is actually the entry point 7 years ago
Siegfried Pammer 1e14c8ffae Close #1033: Add TFM for net45 7 years ago
Siegfried Pammer 8af973ef35 Fix #1013, #1034: Option to show code unfolded (expanded) by default 7 years ago
MikeFH 14f9577a81 Fix lines starting with spaces 7 years ago
MikeFH 66d806b2d9 Add support for async main method 7 years ago
Siegfried Pammer 98bc48d3fb Fix #1028: DecompilerTypeSystem: need a way to GetCecil() for unresolved entity 8 years ago
Daniel Grunwald 3c720b2030 Implement ?. operator when the result of the call is not used 8 years ago
Daniel Grunwald 80a717c090 Fix some bugs in decompilation of ?. operator. 8 years ago
Daniel Grunwald ca0fa55af8 Implement null propagation transform. 8 years ago
Daniel Grunwald a8a852b742 Add instructions for modeling the "?." operator in the ILAst. 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 f59504bbce Fix bug in StringInterpolation transform: do not transform if arguments use string literals, nested string literals are not allowed. 8 years ago
Siegfried Pammer 9adbff24a9 Set versionName = null (RTM) 8 years ago
Siegfried Pammer 66e8d5385e Add tests for string interpolation 8 years ago