Skip to content

Configuration

Greg G edited this page Dec 29, 2016 · 1 revision

Configuration is done through the BlurAttribute class.
For an updated documentation of options, please see its (very simple) source code.

Clean Up

If true, every reference to Blur and Mono.Cecil will be removed from the assembly, allowing it to be safely deployed anywhere without those dependencies.
If you're building a library that contains custom BlurVisitors, or IWeavers, you'll want to set this property to false.

Visitors

An array of all BlurVisitors that should be executed on your assembly. If null, every BlurVisitor that Blur finds will be executed.

Clone this wiki locally