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

https://github.com/aimenux/customfeaturefilterdemo

Using custom feature filters
https://github.com/aimenux/customfeaturefilterdemo

custom-filters feature-flags integration-testing net60 webapi

Last synced: 8 days ago
JSON representation

Using custom feature filters

Awesome Lists containing this project

README

          

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

# CustomFeatureFilterDemo
```
Using custom feature filters
```

> In this demo, i m using [feature management](https://github.com/microsoft/FeatureManagement-Dotnet) library and in particular the [IFeatureFilter](https://docs.microsoft.com/en-us/dotnet/api/microsoft.featuremanagement.ifeaturefilter) interface in order to enable or disable features in web api application.
>

**`Tools`** : vs22, net 6.0, feature management, xunit, fluent-assertions