You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
UseMiddleware() will fail if your middleware has InvokeAsync instead of Invoke (which is a very common pattern) (VS will add Async suffix when you ctrl+. and a lot of people follow that convention)
UseMiddleware() will fail if your middleware has InvokeAsync instead of Invoke (which is a very common pattern) (VS will add Async suffix when you ctrl+. and a lot of people follow that convention)
We probably want to also change IMiddleware to support this in some way.
https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Abstractions/IMiddleware.cs#L23
The text was updated successfully, but these errors were encountered: