IntelligenceX
Enum

AnalysisConfigMode

Namespace IntelligenceX.Analysis
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how analysis configs interact with existing repository settings.

Inheritance

  • Enum
  • AnalysisConfigMode

Values

public const AnalysisConfigMode Respect #

Keep repository analyzer configs intact and only filter findings.

Value: 0
public const AnalysisConfigMode Overlay #

Merge pack rules on top of repository configs for the analysis run.

Value: 1
public const AnalysisConfigMode Replace #

Ignore repository configs and use only pack rules for the analysis run.

Value: 2