Skip to content
JamesFlames edited this page Oct 25, 2018 · 3 revisions

Welcome to the MethodBoundaryAspect.Fody wiki!

A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.

(More information is coming soon.)

To apply an aspect globally to the entire assembly just add the following line to set your desired Aspect to be weaved for the whole assembly. This is to add the LogAttribute You can omit the "Attribute"-Suffix. [assembly: Log]

Clone this wiki locally