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...
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...