BorisWilhelms / azure-function-dependency-injection

Dependency Injection for Azure Functions v2
https://blog.wille-zone.de/
MIT License
145 stars 45 forks source link

IFunctionFilter deprecated #29

Closed crookedbard closed 5 years ago

crookedbard commented 5 years ago

DependencyInjectionWebJobsBuilderExtensions.cs Line 62. IFunctionFilter is obsolete

BorisWilhelms commented 5 years ago

Yes, they are marked as obsolete but this is currently the only way to implement scoping. In addition the obsolete message says it MAY break in future.

If you know a better/stable solution to implement scopes, feel free to submit a PR.