FeatureManagementOptions Class

Definition

Options that control the behavior of the feature management system.

public class FeatureManagementOptions
type FeatureManagementOptions = class
Public Class FeatureManagementOptions
Inheritance
FeatureManagementOptions

Constructors

FeatureManagementOptions()

Properties

IgnoreMissingFeatureFilters

Controls the behavior of feature evaluation when dependent feature filters are missing. If missing feature filters are not ignored an exception will be thrown when attempting to evaluate a feature that depends on a missing feature filter. This option is invalid when used in combination with All The default value is false.

IgnoreMissingFeatures

Controls the behavior of feature evaluation when the target feature is missing. If missing features are not ignored an exception will be thrown when attempting to evaluate them. The default value is true.

Applies to