I understand MethodDecorator.Fody provides a means to define an attribute decorator that can be used on any method throughout the assembly. Is it possible to have it automatically apply to all methods within that assembly? (E.g. as if I decorated every method with that attribute.) Or is there any other Fody extension that can allow me to do this?
I'm using C# / .NET in a Xamrin.Forms project.
If it's not possible in Fody, is there any way to automate it in PostSharp or another framework?