-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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.
An array of all BlurVisitors that should be executed on your assembly.
If null, every BlurVisitor that Blur finds will be executed.