Can I make an aspect that uses an aspect in the generated code?
Example:
I have a Method aspect MyMethodAspect, that generates some code.
Then I make a second aspect MyMethodAspect2, that uses MyMethodAspect in the generated code.
Will this work?
Reason for this question: I want to make a version of ObfuscateString that supports the interpolated string syntax.
Closed this as "no change required’ for now. As implementing this would be a huge amount of work and it has little advantage over just calling this directly. Let me know if you feel strongly about this though.