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
Hi @igitur, we would welcome PR if they improve the MBA.
The support for async methods where done by @keith-anders and unfortunatly he is not active anymore. So I am not aware of any reasons why it was not included. Maybe there wasn't a need for it.
Please feel free to improve the support for async methods.
Hi,
I noticed that in
MethodBoundaryAspect.Fody/src/MethodBoundaryAspect.Fody/AsyncMethodWeaver.cs
Line 223 in 1c94bab
AsyncTaskMethodBuilder
is supported. This causes MethodBoundaryAspect.Fody to choke on some other async methods.e.g. if I have a class:
TODO: I still have to add an example for Async iterators, but I think you'll get the idea.
I can try my hand at a PR, but just want to check whether support for these are deliberately omitted or any pitfulls that I should be aware of.
The text was updated successfully, but these errors were encountered: