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
> A [Fody weaver](https://github.com/Fody/Fody) which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
5
+
> A [Fody weaver](https://github.com/Fody/Fody) which allows to decorate assemblies, classes and methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
6
6
7
7
You can easily write your own aspects for
8
8
- transaction handling
@@ -25,6 +25,10 @@ You can easily write your own aspects for
25
25
- globally in `AssemblyInfo.cs`
26
26
- on class
27
27
- on method
28
+
- Filter which methods to include in weaving, using Regex patterns
29
+
- NamespaceFilter
30
+
- TypeNameFilter
31
+
- MethodNameFilter
28
32
- Change method behavior (see examples below)
29
33
- Overwrite input arguments values (byValue and byRef) to be forwarded to the method.
0 commit comments