Skip to content

Tags: daiplusplus/ILSpy

Tags

v7.0-preview3

Toggle v7.0-preview3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update for v7 P3

v7.0-preview2

Toggle v7.0-preview2's commit message
Fix icsharpcode#2270: I love deleting code that causes problems and n…

…o longer makes any sense at all!

v7.0-preview1

Toggle v7.0-preview1's commit message
Fix async warning LoadDebugInfo

v6.2.1

Toggle v6.2.1's commit message
Fix icsharpcode#2185: Fix MemberIsHidden-check for local function dis…

…play structs: Async State Machines that looked like local function display structs were not hidden once local function decompilation was disabled. This led to code duplication in the generated pdb.

v6.2

Toggle v6.2's commit message
Avoid parentheses around lambdas where possible.

v6.2-preview2

Toggle v6.2-preview2's commit message
Adjust old `calli` test case to new function pointer syntax

v6.2-preview1

Toggle v6.2-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request icsharpcode#2135 from srutzky/patch-1

Fix "Offset" values in Optional Header metadata

v6.1

Toggle v6.1's commit message
Fix icsharpcode#2076: VS AddIn opens reference assembly.

v6.0

Toggle v6.0's commit message
Fix bugs ExportedTypeTableTreeNode

v6.0-rc1

Toggle v6.0-rc1's commit message
Fix icsharpcode#1772: Support EnumeratorCancellationAttribute

With this change, the async decompiler no longer gets confused by the logic disposing `this.<>x__combinedTokens`.