Skip to content

Commit 5eaccc1

Browse files
Update README.md
Added doc for method filtering
1 parent 653b2ac commit 5eaccc1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![NuGet](https://img.shields.io/nuget/v/MethodBoundaryAspect.Fody.svg)](https://www.nuget.org/packages/MethodBoundaryAspect.Fody/)
33

44
## MethodBoundaryAspect.Fody
5-
> 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.
66
77
You can easily write your own aspects for
88
- transaction handling
@@ -25,6 +25,10 @@ You can easily write your own aspects for
2525
- globally in `AssemblyInfo.cs`
2626
- on class
2727
- on method
28+
- Filter which methods to include in weaving, using Regex patterns
29+
- NamespaceFilter
30+
- TypeNameFilter
31+
- MethodNameFilter
2832
- Change method behavior (see examples below)
2933
- Overwrite input arguments values (byValue and byRef) to be forwarded to the method.
3034
- no async support

0 commit comments

Comments
 (0)