benaadams / Ben.BlockingDetector

Blocking Detection for ASP.NET Core
Apache License 2.0
731 stars 35 forks source link

Azure functions support missing #24

Open sandromastronardi opened 3 years ago

sandromastronardi commented 3 years ago

I tried adding it to my azure function apps, but they have a IWebJobsBuilder builder, that the extension method doesn't work on. Also doing it myself by adding the middleware doesn't work as azure functions don't have UseMiddleware functionality... Would be nice to use this in azure functions as well...