PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelPure­AttributeCompile­Time­Validate
Open sandboxFocus

PureAttribute.CompileTimeValidate Method

CompileTimeValidate(Object)

Method invoked at build time to ensure that the aspect has been applied to the right target.

Declaration
public bool CompileTimeValidate(object target)
Parameters
Type Name Description
Object target

Target element.

Returns
Type Description
Boolean

true if the aspect was applied to an acceptable target, otherwise false.

Implements
IValidableAnnotation.CompileTimeValidate(Object)
Remarks

The implementation of this method is expected to emit an error message or an exception of type InvalidAnnotationException in case of error. Only returning false causes the aspect to be silently ignored.