Enum
AnalysisConfigMode
Controls how analysis configs interact with existing repository settings.
Inheritance
- Enum
- AnalysisConfigMode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const AnalysisConfigMode Respect #Keep repository analyzer configs intact and only filter findings.
Value:
0public const AnalysisConfigMode Overlay #Merge pack rules on top of repository configs for the analysis run.
Value:
1public const AnalysisConfigMode Replace #Ignore repository configs and use only pack rules for the analysis run.
Value:
2