We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d6202 commit 6859335Copy full SHA for 6859335
src/Microsoft.FeatureManagement/ServiceCollectionExtensions.cs
@@ -58,6 +58,12 @@ public static IFeatureManagementBuilder AddFeatureManagement(this IServiceCollec
58
59
services.TryAddScoped<IVariantFeatureManagerSnapshot>(sp => sp.GetRequiredService<FeatureManagerSnapshot>());
60
61
+ services.AddSingleton<PercentageFilter>();
62
+
63
+ services.AddSingleton<TimeWindowFilter>();
64
65
+ services.AddSingleton<TargetingFilter>();
66
67
return new FeatureManagementBuilder(services);
68
}
69
0 commit comments