Skip to content

Releases: dubiousconst282/DistIL

v0.13.0-preview

23 Jan 04:31
63b5c49
Compare
Choose a tag to compare
Add IsSpecialName property (#56)

v0.12.0: Method to find a type in all loaded modules (#54)

22 Dec 22:39
7e59ec6
Compare
Choose a tag to compare
* Method to find a type in all loaded modules

* Add xml comment

v0.11.1-preview

09 Dec 01:43
Compare
Choose a tag to compare
Make ModuleResolver disposable (v2)

v0.11.0-preview

08 Dec 22:04
2629342
Compare
Choose a tag to compare
Make ModuleResolver disposable (#53)

v0.10.0-preview

17 Nov 23:16
Compare
Choose a tag to compare
Add NOP intrinsic

v0.9.0-preview

11 Nov 02:57
Compare
Choose a tag to compare
Mutable debug sequence points

v0.8.0-preview

06 Nov 19:38
2a976eb
Compare
Choose a tag to compare
Add properties to determine if a method is a constructor or destructo…

v0.7.0-preview

26 Apr 06:36
Compare
Choose a tag to compare
v0.7.0-preview Pre-release
Pre-release

v0.6.1-beta

02 Dec 02:22
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release
Fix .NET 8 targets

v0.6.0-beta

02 Dec 02:14
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release
Force inclusion of lambdas and local functions as opt candidates

An alternative "fix" would be to import these on demand during inlining
discovery, but that would miss early optimizations (like SSA promotion),
which wouldn't make much up for inlining.

Closes #27