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/IContextualFeatureFilter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ public interface IContextualFeatureFilter<TContext> : IFeatureFilterMetadata
21
21
/// <param name="appContext">A context defined by the application that is passed in to the feature management system to provide contextual information for evaluating a feature's state.</param>
22
22
/// <param name="cancellationToken">The cancellation token to cancel the operation.</param>
23
23
/// <returns>True if the filter's criteria has been met, false otherwise.</returns>
Copy file name to clipboardExpand all lines: src/Microsoft.FeatureManagement/IFeatureFilter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,6 @@ public interface IFeatureFilter : IFeatureFilterMetadata
17
17
/// <param name="context">A feature filter evaluation context that contains information that may be needed to evaluate the filter. This context includes configuration, if any, for this filter for the feature being evaluated.</param>
18
18
/// <param name="cancellationToken">The cancellation token to cancel the operation.</param>
19
19
/// <returns>True if the filter's criteria has been met, false otherwise.</returns>
0 commit comments