3627 Commits (4d00c65608d3f194e4241b3b2ae3e2844ef7e897)
 

Author SHA1 Message Date
Siegfried Pammer f227f36dce Explicitly include minor versions in vsixmanifest 7 years ago
Siegfried Pammer 0ffc747acf Fix #1059: String "interpolation", invalid cast when emitting "IL with C#" 7 years ago
Siegfried Pammer 3892762e70 Fix #1053: virtual protected base method with 'out', invalid cast-to-base on use. 7 years ago
Siegfried Pammer 75c45a3721 Remove support for VS2015 from ILSpy.AddIn 7 years ago
Daniel Grunwald 36035de5fa Improve decompilation of ?. in generic code. 7 years ago
Daniel Grunwald 1dfda502ea Remove redundant 'box' opcodes. This eliminates some unnecessary (object)-casts in generic code. 7 years ago
Daniel Grunwald 937b86be68 Fix type of ref-locals when there's ref-assignment involved. 7 years ago
Siegfried Pammer 115b32665b Add second suggestion of #841: Searching for a metadata token 7 years ago
Siegfried Pammer bfbb041b01 Fix #1027: There is no "Analyze" option on right-click pop-up menu 7 years ago
Siegfried Pammer 7ee85c2b77
Merge pull request #1058 from Zastai/use-vs-mef-hosting 8 years ago
Siegfried Pammer bc10e9c923 Fix #1064: Do not resolve mouse position after the EOL to reference segment at the EOL. 8 years ago
Tim Van Holder fbb974fa88 Added an About page addition to the test plugin. 8 years ago
Daniel Grunwald b2d30dc615 Merge remote-tracking branch 'origin/null-propagation' 8 years ago
Daniel Grunwald 971e36e7f0 Fix indentation 8 years ago
Daniel Grunwald 228419b4f0 Fix interaction of ?. with using-transform. 8 years ago
Siegfried Pammer ff0a327635
Merge pull request #1051 from ashmind/feature/ugly-array-initializers 8 years ago
Tim Van Holder 662fd74f4b Use <Copy> in the PostBuild target instead of separate <Exec>s for mkdir and copy. 8 years ago
Tim Van Holder 6f2af83131 Use VS MEF for the extensibility hosting. 8 years ago
Andrey Shchekin 6ba6b8c8f6 Added support for ArrayInitializers=false to suppress prettifier over array initializers (used by SharpLab). 8 years ago
Siegfried Pammer 659b12bdb8 Fix #1083: add pattern for mcs auto events (version 4) 8 years ago
Siegfried Pammer cecf153a0c #1047: Update test case provided by @tamlin-mike 8 years ago
Siegfried Pammer 116725e21c Fix #1056: "Language" combobox drop-list truncates in debug builds [patch] 8 years ago
Siegfried Pammer 32457c6a82 Handle DirectoryNotFoundException in AssemblyTreeNode and print friedly error message. 8 years ago
Daniel Grunwald 958fb74f57 Fix #1048: Incorrect decompilation of code that creates multi-dimensional generic arrays. 8 years ago
Siegfried Pammer 78ecbdd71a
Add appveyor nuget feed to README 8 years ago
Siegfried Pammer 7cbcdd9f0e #1049: add back some decompiler settings 8 years ago
Siegfried Pammer ebf213d85e Fix #1047: Unsupported method 8 years ago
Siegfried Pammer 5f68f80a1c Fix copyright year in ILSpy.exe metadata 8 years ago
Siegfried Pammer 4c73a771a1 Merge branch '3.0.x' of https://github.com/icsharpcode/ILSpy 8 years ago
Siegfried Pammer 44672e36db
Merge pull request #1040 from KirillOsenkov/sequencePoints 8 years ago
Siegfried Pammer 728bc7236b
Merge pull request #1012 from icsharpcode/string-interpolation 8 years ago
Siegfried Pammer df88cf5540 Fix tests 8 years ago
Siegfried Pammer 9d602f10e5
Fix typo in TestCreateSequencePoints 8 years ago
Siegfried Pammer fdb1991faa Merge branch 'master' of github.com:icsharpcode/ILSpy into string-interpolation 8 years ago
Siegfried Pammer 7358fae977 Wrap conditional expressions in parentheses, if used in string interpolation literals. 8 years ago
Kirill Osenkov 5c32fbf9dd Add a unit-test for CreateSequencePoints 8 years ago
Siegfried Pammer b33bb70dcb Fix #1044: Spelling: GetTopLevelTypeDefinitons 8 years ago
Siegfried Pammer 9689667515 Fix #1042: Wrong decompile result for collection initializers 8 years ago
Siegfried Pammer 4cccf9fac5 Fix crash described in #1038. 8 years ago
Siegfried Pammer 2848707838 Fix #1031: Do not crash during search, if Cecil throws an exception. 8 years ago
Siegfried Pammer b28a1719e7 Close #1033: Add TFM for net45 8 years ago
Siegfried Pammer 6a687ad91c Set version to 3.0.2 8 years ago
Siegfried Pammer 67d6a1d520
Merge pull request #1039 from icsharpcode/decompileMemberBodies 8 years ago
Siegfried Pammer ac1f061ad8 Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 8 years ago
Siegfried Pammer 8db1934105 Implement DecompileMemberBodies setting in CSharpDecompiler. (This fixes #1032) 8 years ago
Siegfried Pammer fb3e9515ae
Merge pull request #1029 from MikeFH/async-main 8 years ago
MikeFH c299304034 Check that method is actually the entry point 8 years ago
Siegfried Pammer 1e14c8ffae Close #1033: Add TFM for net45 8 years ago
Siegfried Pammer 8af973ef35 Fix #1013, #1034: Option to show code unfolded (expanded) by default 8 years ago
MikeFH 14f9577a81 Fix lines starting with spaces 8 years ago