https://github.com/aimenux/contextualfeaturefilterdemo
Using contextual feature filters
https://github.com/aimenux/contextualfeaturefilterdemo
console-app contextual-feature feature-flags net60 vs22 webapi
Last synced: about 1 month ago
JSON representation
Using contextual feature filters
- Host: GitHub
- URL: https://github.com/aimenux/contextualfeaturefilterdemo
- Owner: aimenux
- Created: 2022-04-25T00:02:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T11:11:13.000Z (about 4 years ago)
- Last Synced: 2025-02-27T01:54:34.237Z (over 1 year ago)
- Topics: console-app, contextual-feature, feature-flags, net60, vs22, webapi
- Language: C#
- Homepage:
- Size: 13.7 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/ContextualFeatureFilterDemo/actions/workflows/ci.yml)
# ContextualFeatureFilterDemo
```
Using contextual feature filters
```
> In this demo, i m using [feature management](https://github.com/microsoft/FeatureManagement-Dotnet) library in order to support contextual features in console app and web api.
>
> Contextual features used are :
> - Built-in contextual feature : [Targeting](https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/README.md#Targeting)
> - Custom contextual feature : Terminal
>
**`Tools`** : vs22, net 6.0, feature management