Microsoft.FeatureManagement 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 .NET code patterns to make exposing these features possible.
dotnet add package Microsoft.FeatureManagement
Install-Package Microsoft.FeatureManagement
| 作者 | Microsoft |
|---|---|
| 项目主页 | https://github.com/Azure/AppConfiguration |
| 许可证 | https://aka.ms/AzureAppConfigurationDotnetCorePublicPreviewEula |
| 最新版本 | 4.5.0 |