NDepend.API Documentation
ContainsNamespaceDependencyCycle Property
NDepend.CodeModel Namespace > IAssembly Interface : ContainsNamespaceDependencyCycle Property
Gets a value indicating whether this application assembly contains a dependency cycle between its ICodeElementParent.ChildNamespaces. Gets null if this assembly is a third-party assembly.
Syntax
Nullable<bool> ContainsNamespaceDependencyCycle {get;}
Remarks
The result of this property getter is lazy computed.
The first time it is called it has a O(this.ICodeElementParent.ChildNamespaces.Count ^2) time complexity.
Further calls result in a constant time complexity.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IAssembly Interface
IAssembly Members