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 --version 2.5.1
Install-Package Microsoft.FeatureManagement -Version 2.5.1
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Configuration.Binder | [2.1.10, ) |
| Microsoft.Extensions.Logging | [2.1.1, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.AsyncInterfaces | [1.1.1, ) |
| Microsoft.Extensions.Configuration.Binder | [2.1.10, ) |
| Microsoft.Extensions.Logging | [2.1.1, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Configuration.Binder | [2.1.10, ) |
| Microsoft.Extensions.Logging | [2.1.1, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2022-04-06 21:11:22 |
| 项目主页 | https://github.com/Azure/AppConfiguration |
| 许可证 | https://licenses.nuget.org/MIT |