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 4.0.0-preview5
Install-Package Microsoft.FeatureManagement -Version 4.0.0-preview5
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.AsyncInterfaces | [8.0.0, ) |
| Microsoft.Bcl.TimeProvider | [8.0.1, ) |
| Microsoft.Extensions.Caching.Memory | [2.1.23, ) |
| Microsoft.Extensions.Configuration.Binder | [2.1.10, ) |
| Microsoft.Extensions.Logging | [2.1.1, ) |
| System.Diagnostics.DiagnosticSource | [8.0.1, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Bcl.TimeProvider | [8.0.1, ) |
| Microsoft.Extensions.Caching.Memory | [2.1.23, ) |
| Microsoft.Extensions.Configuration.Binder | [2.1.10, ) |
| Microsoft.Extensions.Logging | [2.1.1, ) |
| System.Diagnostics.DiagnosticSource | [8.0.1, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2024-10-24 19:32:56 |
| 项目主页 | https://github.com/microsoft/FeatureManagement-Dotnet |
| 许可证 | https://www.nuget.org/packages/Microsoft.FeatureManagement/4.0.0-preview5/license |