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
The use case is having AspNetCore middleware wrapping an HTTP endpoint that does some work before the wolverine handler is called with Scoped IoC services, and you need to reuse the Scoped services within the Wolverine endpoint.
It's actually a pretty small effort I think. Make this configurable for only the HTTP endpoints first though
The text was updated successfully, but these errors were encountered:
The use case is having AspNetCore middleware wrapping an HTTP endpoint that does some work before the wolverine handler is called with
Scoped
IoC services, and you need to reuse theScoped
services within the Wolverine endpoint.It's actually a pretty small effort I think. Make this configurable for only the HTTP endpoints first though
The text was updated successfully, but these errors were encountered: