dubiousconst282 / DistIL

Post-build IL optimizer and intermediate representation for .NET programs
MIT License
117 stars 2 forks source link

Expose optimizer as a MSBuild task #15

Closed dubiousconst282 closed 1 year ago

dubiousconst282 commented 1 year ago

This would make it easy to consume the optimizer by simply adding a dependency to a NuGet package, like it can be done with other projects such as Fody.

It should only be run in release mode by default, because it is currently quite slow (especially due to the module loading phase).