4852 Commits (f5317b853a97470713fa2cedbce73dfc62903765)
 

Author SHA1 Message Date
Daniel Grunwald f5317b853a Fix #661: Emit ".data" IL directives for fields with associated data 6 years ago
Daniel Grunwald 7f2b3a4506 Fix #1529: Handle exceptions on invalid metadata signatures 6 years ago
Daniel Grunwald 877780beb5 Fix ReduceNestingTransform bug introduced in commit 7f27768ff9 6 years ago
Daniel Grunwald 7f27768ff9 Fix #1391, #1393, #1458: Fix ReduceNestingTransform modifying the Blocks collection while iterating over it. 6 years ago
Siegfried Pammer bb10f5a6a6 Fix #1528: Show default value of nullable parameters as null. 6 years ago
Siegfried Pammer 5a692610ff Fix #1523: Search throws EnumUnderlyingTypeResolverException 6 years ago
Siegfried Pammer 12d1d2495f Fix #1527: Remove links on non-local definitions 6 years ago
Siegfried Pammer f7641037a2 Fix #1526: Roslyn-optimized switch at end of method uses leave instead of br. 6 years ago
Siegfried Pammer 0e638dcb28 Fix #1524: Adjust expression trees transform to work with async code as well. 6 years ago
Christoph Wille cd0a794283 Work on #1516 and include identical files as in zip distribution 6 years ago
Siegfried Pammer 21422f6275 Update ILSpy-tests submodule 6 years ago
Christoph Wille 72c7e4e822 Update frontends and demo workbook to preview2 nuget 6 years ago
Siegfried Pammer 905081ee37 Fix #1473: Handle default values for 'Prefer32Bit' correctly. 6 years ago
Siegfried Pammer 7557d93358 Set VersionName = 'preview2' 6 years ago
Siegfried Pammer c461bb3ccb WholeProjectDecompiler: store framework version number as padded integer for future use. 6 years ago
Siegfried Pammer 286353984e #1481: Improve exception handling in case of MEF initialization errors. 6 years ago
Siegfried Pammer daf90bfe97 Fix #1488: Ignore errors while decoding security declarations. 6 years ago
Siegfried Pammer 09c6c70879 Ignore empty resources in WholeProjectDecompiler. 6 years ago
Siegfried Pammer 4ccfc39444 Fix #1491: Exception on empty resource 6 years ago
Siegfried Pammer 8d7f593620 Fix #1496: Disable automated URI/URL linking in decompiler view. 6 years ago
Siegfried Pammer 3b93d095ec Fix #1509: Show error message that unresolved entities cannot be analyzed. 6 years ago
Siegfried Pammer a80711a017
Merge pull request #1510 from maikebing/master 6 years ago
Siegfried Pammer a64f22abd0
Merge pull request #1505 from icsharpcode/fixed-buffers 6 years ago
MysticBoy 238fa60dff Fix can't package satellite DLL 6 years ago
Siegfried Pammer 59e57b67c8 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fixed-buffers 6 years ago
Siegfried Pammer 1f0bb19c03 Fix casing in README.txt 6 years ago
Siegfried Pammer b277e38532 Fix #1503: Implement StaticResourceStartHandler and StaticResourceIdHandler 6 years ago
Daniel Grunwald 8ff34e5c8b Try to workaround non-deterministic test failures. 6 years ago
Daniel Grunwald dbe6377df2 Don't attempt to open license resources in external browser. 6 years ago
Daniel Grunwald 04ffdb6da4 Fix 'ref readonly' delegates 6 years ago
Siegfried Pammer 2e00285666 Display type information of fixed fields as "Type[Length]" in tree view. 6 years ago
Siegfried Pammer 05a86023e4 Fix #1507: Missing "Overridden By" 6 years ago
Siegfried Pammer 09ea089d8a Fix #1499, fix #1502 6 years ago
Siegfried Pammer 0eacc72af3 Update README.txt 6 years ago
Siegfried Pammer ef42ff8789
Merge pull request #1476 from mcpiroman/issue-1462 6 years ago
Siegfried Pammer 983b7e5280 Add test-case for #1462 6 years ago
Siegfried Pammer b31c9984f2
Update README.md 6 years ago
Siegfried Pammer 8e5d6917eb
Merge pull request #1299 from maikebing/master 6 years ago
MysticBoy b79fa7e018 Extract "Search MSDN" and search through the current language 6 years ago
Siegfried Pammer 418a8da306 Handle TaskCanceledException in RunningSearch.Run 6 years ago
Siegfried Pammer c3fee4bdde Ignore indentation of file 'Resources.Designer.cs' 6 years ago
Siegfried Pammer 2e68ec6c68 Move all resources to ILSpy: We do not want to ship resources inside the decompiler engine assembly. 6 years ago
Siegfried Pammer 186ae4507a Merge branch 'master' of https://github.com/icsharpcode/ILSpy 6 years ago
Siegfried Pammer 59b7e0c986 Include namespaces of all known types used by the decompiler in the required namespaces super-set. 6 years ago
Siegfried Pammer d6144af26d Fix regression introduced by 7553c120a5 6 years ago
Daniel Grunwald 961923f4fd #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
Siegfried Pammer 906f69fd45 #1499: Add missing required parentheses around ref expressions. 6 years ago
Siegfried Pammer 7553c120a5 Fix #1497: do not insert newlines inside string interpolation expressions. 6 years ago
Siegfried Pammer 7a976f197f Fix #1500: anonymous type creation expression cannot have an object initializer. 6 years ago
Siegfried Pammer d0f42fb178 CombineQueryExpressions: Add missing transparent-identifier pattern. 6 years ago