Skip to content

Tags: icsharpcode/ILSpy

Tags

v9.0-preview2

Toggle v9.0-preview2's commit message
Update command line options documentation to latest released version

v9.0-preview1

Toggle v9.0-preview1's commit message
Fix #3110: Add support for MCS 2.6.4 pinned region with array variable

* Added additional code to remove the conv instruction present in the initialization part of the pinned region.
* Extended the code responsible for removing the unpin stloc to correctly match the inverted condition found in MCS 2.6.4 compiled code.
* Enabled already present correctness test to run for MCS 2.6.4.

This is a more generalized version of the fix on PR #3110 proposed by @ElektroKill.

v8.2

Toggle v8.2's commit message
Fix #3108: illegal nested classes in enums throw off EnumValueDisplay…

…Mode handling.

v8.1.1

Toggle v8.1.1's commit message
Set version to 8.1.1

v8.1

Toggle v8.1's commit message
Fix #2891 Populate framework_dirs with the correct values depending o…

…n the current host runtime.

v8.0

Toggle v8.0's commit message
Set version for release

v8.0-rc1

Toggle v8.0-rc1's commit message
RC1 will be the next release

v8.0-preview4

Toggle v8.0-preview4'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 #2944 from cshung/public/support-composite-mode

Support disassembling ReadyToRun binaries compiled using composite mode

v8.0-preview3

Toggle v8.0-preview3'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 #2856 from ElektroKill/fix/pointer-post-increment

Improve support for post-increment/decrement on pointers

v8.0-preview2

Toggle v8.0-preview2's commit message
Fix #2751: Use correct icon for MemberSearchResult.

This has been broken since the ILSpyX refactoring.