https://github.com/aimenux/customfeatureproviderdemo
Using custom feature provider in order to read features
https://github.com/aimenux/customfeatureproviderdemo
feature-flags net60 vs22 webapi
Last synced: 5 months ago
JSON representation
Using custom feature provider in order to read features
- Host: GitHub
- URL: https://github.com/aimenux/customfeatureproviderdemo
- Owner: aimenux
- License: mit
- Created: 2022-04-25T23:56:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T21:32:46.000Z (about 1 year ago)
- Last Synced: 2025-08-26T06:46:03.446Z (11 months ago)
- Topics: feature-flags, net60, vs22, webapi
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/CustomFeatureProviderDemo/actions/workflows/ci.yml)
# CustomFeatureProviderDemo
```
Using custom feature definition provider in order to read features
```
> In this demo, i m using a [custom feature definition provider](https://github.com/microsoft/FeatureManagement-Dotnet#custom-feature-providers) in order to read features from in-memory storage and not from json file (which is the default behaviour).
>
> In addition to the custom feature definition provider, i m using a [custom feature manager snapshot](https://github.com/microsoft/FeatureManagement-Dotnet#snapshot) in order to prevent inconsistency of feature value during a single request.
>
**`Tools`** : vs22, net 6.0, feature management