This package contains extensions for the 'Microsoft.FeatureManagement' package. It enables additional ways of setting feature-flag behavior
via the 'appsettings.json' configuration. For example:
- AggregateFeatureFilter: Can be used to only enable specific features for all available...
More information
This package contains the FeatureFlagManager abstract class and interface, and can be used to implement a feature manager, like for example
the 'Microsoft.FeatureManagement' manager as in the package 'NOW.FeatureFlagExtensions.DependencyInjection.FeatureManagement'.
This package contains service-collection extensions, to enable 'Microsoft.FeatureManagement' as the default feature manager to be used
by the 'NOW.FeatureFlagExtensions.DependencyInjection' extensions.
This package contains configuration options to set a default Api Version and Api Description properties. Additionally, middleware is provided, to append
the active Api Version to the Api response headers.
Contains service-collection extensions, to enable 'hot/live' feature-switching on registered Scoped, Singleton or Transient services,
using the 'Catle.Core' interceptors.
This package contains extensions to add a 'Versioned Swagger' and 'Versioned Swagger UI' documentation,
using the `NOW.FeatureFlagExtensions.ApiVersioning` package.
This package contains extensions for the 'Microsoft.FeatureManagement' package in combination with Swagger. It contains an additional
SwaggerGen FeatureFilterHeaderParameter operation filter, that enables setting any configured feature to true/false via a field in
the swagger...
More information
This package contains configuration options to set a default Api Version and Api Description properties. Additionally, middleware is provided, to append
the active Api Version to the Api response headers.