NDepend.API Documentation
QueryRelyOn Enumeration
NDepend.CodeQuery Namespace : QueryRelyOn Enumeration
Represents various artifacts on which a code query can rely on.
Syntax
[Flags()]
public enum QueryRelyOn : System.Enum 
Members
MemberDescription
CodeCoverage Indicates whether this code query relies on the code coverage data.
CompareContextIndicates whether the code query relies on a NDepend.CodeModel.ICompareContext object.
DiffIndicates whether this code query relies on or on IssuesSetDiff.
IssuesIndicates whether this code query relies on or on IssuesSetDiff.
IssuesSetIndicates whether this code query relies on NDepend.Issue.IIssuesSet.
IssuesSetDiffIndicates whether this code query relies on NDepend.Issue.IIssuesSetDiff.
JustMyCodeIndicates whether this code query relies on the JustMyCode set.
Nothing Indicates that the query doesn't rely on any artifact.
QualityGates Indicates whether this code query relies on quality gate any-way.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.CodeQuery.QueryRelyOn

Requirements

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

See Also

Reference

NDepend.CodeQuery Namespace