SkillAgentSearch skills...

DistIL

Post-build IL optimizer and intermediate representation for .NET programs

Install / Use

/learn @dubiousconst282/DistIL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DistIL

GitHub Nuget

Post-build IL optimizer and intermediate representation for .NET programs (experimental).

Notable Features

See Optimization Passes for a detailed list of optimizations passes available.

Usage

Preview versions of the optimizer can be used by installing the DistIL.OptimizerTask NuGet package. It contains a MSBuild task which will automatically invoke the optimizer on the output project assembly when building in Release mode.

By default, only methods and classes annotated with [Optimize] will be transformed, in order to reduce the chances of things breaking unexpectedly. This can be changed by setting the DistilAllMethods project property to true.

Related Skills

View on GitHub
GitHub Stars153
CategoryDevelopment
Updated9d ago
Forks4

Languages

C#

Security Score

100/100

Audited on Mar 24, 2026

No findings