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
So the issue I'm getting is coming from SimpleInjector. Any thoughts on how I can resolve this? Cheers!
SimpleInjector.ActivationException: DepotOrderRepository is registered using the 'Async Scoped' lifestyle, but the instance is requested outside the context of an active (Async Scoped) scope.
Hi, love this library!
What's the right way to use async code in the trigger body?
Like this pseudo-code example:
The text was updated successfully, but these errors were encountered: