How to apply an attribute to a method introduced by another aspect?
I have an aspect that has a dependency on another aspect. However, I'd like for downstream projects to be able to elect to apply either aspect without actually specifying both on the page. When applying the changes via a TypeAspect, how might I have it decorate the type with the attribute for another aspect?
Thank you!
Thank you!