Overview

The PostSharp search path is the set of directories into which plug-in files (.psplugin) and assemblies are looked for.

Note. The PostSharp search path is not related to the system path or the assembly private paths. None of these paths are used by PostSharp.

Default search path

By default, the search path contains the following directories:

When PostSharp is integrated in the MSBuild process and the default project is used, the following directories are also included in the path:

Extending the search path

Users will typically add a directory to the Reference Path list present in the Project Properties dialog box.

Plug-in developers will add directoriesto the path using the SearchPath element either in application configuration file, plug-in configuration file or project file.