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
- Host: GitHub
- URL: https://github.com/aimenux/customfeaturefilterdemo
- Owner: aimenux
- License: mit
- Created: 2022-04-26T22:16:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T21:33:23.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:03:02.419Z (about 1 year ago)
- Topics: custom-filters, feature-flags, integration-testing, net60, webapi
- Language: C#
- Homepage:
- Size: 11.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/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