Microsoft.FeatureManagement.AspNetCore
Microsoft.FeatureManagement.AspNetCore provides a way to develop and expose application functionality based on features. Many applications have special requirements when a new feature is developed such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common ASP.NET Core code patterns to make exposing these features possible.
Total Downloads
89.8M
89,829,958
Published
Jul 1, 2026
Latest stable version
Install
.NET CLI
dotnet add package Microsoft.FeatureManagement.AspNetCore --version 4.6.0
Package Manager Console
Install-Package Microsoft.FeatureManagement.AspNetCore -Version 4.6.0
PackageReference
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.6.0" />
Frameworks
Dependencies
Microsoft.FeatureManagement
[4.6.0, )
net8.0
Microsoft.FeatureManagement
[4.6.0, )
net9.0