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
- Host: GitHub
- URL: https://github.com/aimenux/featuremanagementdemo
- Owner: aimenux
- License: mit
- Created: 2020-12-13T03:38:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T21:32:29.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:02:30.389Z (about 1 year ago)
- Topics: console-app, contextual-feature, featureflags, net60, vs22
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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