Releases: dubiousconst282/DistIL
Releases · dubiousconst282/DistIL
v0.13.0-preview
Add IsSpecialName property (#56)
v0.12.0: Method to find a type in all loaded modules (#54)
* Method to find a type in all loaded modules * Add xml comment
v0.11.1-preview
Make ModuleResolver disposable (v2)
v0.11.0-preview
Make ModuleResolver disposable (#53)
v0.10.0-preview
Add NOP intrinsic
v0.9.0-preview
Mutable debug sequence points
v0.8.0-preview
Add properties to determine if a method is a constructor or destructo…
v0.7.0-preview
Full Changelog: v0.6.1-beta...v0.7.0-preview
v0.6.1-beta
Fix .NET 8 targets
v0.6.0-beta
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