SafeForDependencyAnalysisAttribute Class |
Custom attribute that, when applied on a property, prevents the dependency analysis algorithm used by the
NotifyPropertyChangedAttribute aspect from emitting errors when it encounters constructs
that it cannot analyze.

Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public sealed class SafeForDependencyAnalysisAttribute : Attribute
The SafeForDependencyAnalysisAttribute type exposes the following members.

Name | Description | |
---|---|---|
![]() | SafeForDependencyAnalysisAttribute | Initializes a new instance of the SafeForDependencyAnalysisAttribute class |

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |

Getters of properties annotated with SafeForDependencyAnalysisAttribute should typically specify dependencies manually using the Depends class. Note that all dependencies that can be found using code analysis will be taken into account. The SafeForDependencyAnalysisAttribute only disables errors, but not the code analysis itself.
