File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AzureFunctions.DisabledWhen
22
3- Conditionally disable Azure Functions based on configuration values using attributes.
4-
5- ## Packages
3+ ![ NuGet] ( https://img.shields.io/nuget/v/AzureFunctions.DisabledWhen?logo=nuget ) ![ License] ( https://img.shields.io/github/license/Anders-Toegersen/AzureFunctions.DisabledWhen )
64
7- | Package | Description |
8- | ---------| -------------|
9- | ` AzureFunctions.DisabledWhen ` | Reflection-based implementation |
10- | ` AzureFunctions.DisabledWhen.SourceGenerator ` | Source-generated implementation |
5+ Conditionally disable Azure Functions based on configuration values using attributes.
116
127## Installation
138
14- ### Reflection-based (simple setup)
9+ ### Simple setup
1510
1611``` bash
1712dotnet add package AzureFunctions.DisabledWhen
1813```
1914
2015See [ ` sample/SampleFunctionApp ` ] ( sample/SampleFunctionApp ) for a working example.
2116
22- ### Source- generated (AOT-compatible)
17+ ### Source generated setup
2318
2419``` bash
2520dotnet add package AzureFunctions.DisabledWhen
You can’t perform that action at this time.
0 commit comments