Overview

PostSharp is an open platform. All assembly analysis and transformation tasks are implemented in plug-ins. The role of the platform is to load these plug-ins, to resolve dependencies between tasks, and to invoke tasks at the appropriate tasks.

PostSharp specifies the following configuration files:

XML Schema and Reference Documentation

The configuration file format is specified by the PostSharpConfiguration.xsd XML schema located in the PostSharp directory.

Configuration files are documented in the XML Reference.