33 packages tagged with “featuremanagement”
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.
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 define these relationships, and also integrates into common ASP.NET Core code patterns to make exposing these features possible.
FeatBit Server-Side .NET SDK
An OpenFeature provider for the FeatBit .NET Server SDK
Microsoft.FeatureManagement.Telemetry.ApplicationInsights provides a solution for sending feature flag evaluation events produced by the Microsoft.FeatureManagement library to Application Insights.
A light implementation of the Microsoft.FeatureManagement IFeatureManager interface. Supports read-only ISessionManager instances and boolean null/true/false values.
A set of ISessionManager implementations for .NET Standard 2.0 which return boolean null/true/false values.
Simple feature management for .NET
A set of ISessionManager implementations for .NET Framework 4.8 which return boolean null/true/false values.
A set of SqlSessionManagerSettings implementations for .NET Standard 2.0 which interface with Microsoft SQL Server.
A set of ISessionManager implementations for .NET Core 3.1 and .NET 5+ which return boolean null/true/false values.
FeatureSwitches MSTest
TFeatureManagement provides extensions to Microsoft.FeatureManagement, mainly to better support the use of an enum to specify features.
TFeatureManagement.AspNetCore provides extensions to Microsoft.FeatureManagement.AspNetCore, mainly to better support the use of an enum to specify features.
ServiceCollection extensions for FeatureSwitches
FeatureManagement.ImplementationSwitchExtensions contains DI extension methods for switching implementation of interfaces.
A set of SqlSessionManagerSettings implementations for .NET Standard 2.0 which interface with SQLite.
TFeatureManagement.Abstractions provides abstractions for TFeatureManagement.
TFeatureManagement.AspNetCore.Abstractions provides abstractions for TFeatureManagement.AspNetCore.
FeatBit Client-Side .NET SDK
Enables the use of feature flags to show/hide Umbraco properties
An extension library of .NET Feature Management which provides abstractions for implementing feature flags through database.
Integrate Growthbook with Microsoft.FeatureManagement.
A fork of Microsoft.FeatureManagement, core dependencies have been made available as part of the public api. 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.
An extension library of .NET Feature Management to use feature flags using Entity Framework Core.
An extension library of .NET Feature Management to use feature flags using NHibernate.
An extension library of .NET Feature Management to use feature flags using Azure Cosmos DB.
An extension library of .NET Feature Management to use feature flags using Dapper.
An extension library of .NET Feature Management to use feature flags using MongoDB.
An extension library of .NET Feature Management to use feature flags through Sqlite database using Entity Framework Core.