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...
More information
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...
More information
A light implementation of the Microsoft.FeatureManagement IFeatureManager interface. Supports read-only ISessionManager instances and boolean null/true/false values.
TFeatureManagement.AspNetCore provides extensions to Microsoft.FeatureManagement.AspNetCore, mainly to better support the use of an enum to specify features.