An open API service indexing awesome lists of open source software.

https://github.com/aimenux/featuremanagementdemo

Playing with feature management library
https://github.com/aimenux/featuremanagementdemo

console-app contextual-feature featureflags net60 vs22

Last synced: about 1 month ago
JSON representation

Playing with feature management library

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/FeatureManagementDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/FeatureManagementDemo/actions/workflows/ci.yml)

# FeatureManagementDemo
```
Playing with feature management library
```

> In this demo, i m using [feature management](https://github.com/microsoft/FeatureManagement-Dotnet) library in order to define built-in and/or custom feature filters :
>
> - [Always On/Off feature filters](https://github.com/microsoft/FeatureManagement-Dotnet#onoff-declaration)
>
> - [TimeWindow feature filters](https://github.com/microsoft/FeatureManagement-Dotnet#microsofttimewindow)
>
> - [Percentage feature filters](https://github.com/microsoft/FeatureManagement-Dotnet#microsoftpercentage)
>
> - [Contextual feature filters](https://github.com/microsoft/FeatureManagement-Dotnet#contextual-feature-filters)
>
> - [Targeting feature filters](https://github.com/microsoft/FeatureManagement-Dotnet#microsofttargeting)
>

**`Tools`** : vs22, net 6.0, feature management