BuildResult.CircularDependency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a flag indicating if a circular dependency was detected.
public:
property bool CircularDependency { bool get(); };
public bool CircularDependency { get; }
public bool CircularDependency { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.CircularDependency : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CircularDependency : bool
Public ReadOnly Property CircularDependency As Boolean
Property Value
true
if a circular dependency was detected; otherwise, false
.
- Attributes