Principally the MSBuild task that runs PostSharp.
Classes
| Class | Description | |
|---|---|---|
|
|
GetCurrentProjectDirectory |
[MSBuild Task] Gets the directory containing the current project
or targets file.
|
|
|
CheckPfx |
[MSBuild Task] Checks the kind of key being used to sign an assembly.
If the key is a PFX, exports the SNK from it, sets the PublicKeyFile
to the path of this key and sets the SignAfterPostSharp property
to true
|
|
|
MoveWithRetry |
[MSBuild Task] Move or rename a file and
retries the operation during a defined amount of time
in case that a sharing violation exception occurs.
|
|
|
PostSharp |
[MSBuild Task] Execute PostSharp.
|
|
|
Sign |
[MSBuild Task] Signs an assembly using the sn utility.
|
|
|
TouchWithDelay |
[MSBuild Task] Touches a file according to the modification time of another file.
|