Info
Version: | 4.0.0-preview4 |
Author(s): | Microsoft |
Last Update: | Friday, July 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/FeatureManagement-Dotnet |
NuGet Url: | https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore |
Install
Install-Package Microsoft.FeatureManagement.AspNetCore
dotnet add package Microsoft.FeatureManagement.AspNetCore
paket add Microsoft.FeatureManagement.AspNetCore
Microsoft.FeatureManagement.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.FeatureManagement(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.TagHelpers(>= 2.1.3)
- Microsoft.FeatureManagement(>= 2.2.0)
Tags
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.