You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.FeatureManagement/FeatureManagementOptions.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,11 @@ public class FeatureManagementOptions
13
13
/// 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.
14
14
/// </summary>
15
15
publicboolIgnoreMissingFeatureFilters{get;set;}
16
+
17
+
/// <summary>
18
+
/// Controls the behavior of feature evaluation when the dependent feature declaration is missing.
19
+
/// If missing feature declaration is not ignored an exception will be thrown when attempting to evaluate a feature that depends on a missing feature declaration.
0 commit comments