Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created June 27, 2025 05:54
Show Gist options
  • Save wullemsb/a22c7515cb90231a52aef1608137e96a to your computer and use it in GitHub Desktop.
Save wullemsb/a22c7515cb90231a52aef1608137e96a to your computer and use it in GitHub Desktop.
using Microsoft.FeatureManagement;
using Microsoft.FeatureManagement.FeatureFilters;
var builder = WebApplication.CreateBuilder(args);
builder.AddServiceDefaults();
// Add services to the container.
builder.Services.AddFeatureManagement()
.AddFeatureFilter<PercentageFilter>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment