Skip to content

Commit ae06df9

Browse files
Update README.md
1 parent ae8dacb commit ae06df9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,21 @@ Example:
3737
````
3838
metricsextractor.exe -solution solutionpath.sln -ignoredprojects "Project.Core.Tests;Project.Data.Tests;Project.Web.Tests"
3939
````
40+
41+
#### IgnoredNamespaces
42+
You can list namespaces in your application that you want to ignore, you must split them by "**;**"
43+
44+
Example:
45+
46+
````
47+
metricsextractor.exe -solution solutionpath.sln -ignorednamespaces "Namespace.Core.Tests;Namespace.Data.Migrations"
48+
````
49+
50+
#### IgnoredTypes
51+
You can list types in your application that you want to ignore, you must split them by "**;**"
52+
53+
Example:
54+
55+
````
56+
metricsextractor.exe -solution solutionpath.sln -ignoredtypes "Namespace.Core.Person;Namespace.Data.UnitOfWork"
57+
````

0 commit comments

Comments
 (0)