Replies: 1 comment
-
|
Hey @fcastells , sorry for long delay , please have a look here if still needed #243 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to run async code around (before and after) a method. I can run code both by creating an Aspect and by creating a derived attribute from one of the Universal attributes. Both options allow me to decorate an async function (a function returning a Task), but none of these options allow me (at least not that I found it) to run async code in the aspect itself.
BaseUniversalWrapperAttributehas a virtual WrapAsync function that would allow me to do what I need, but for some reason it is marked as internal so I can't override it.Is there a way currently to run async code in an aspect?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions