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

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

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/ContextualFeatureFilterDemo/actions/workflows/ci.yml/badge.svg)](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