44
55Create a mermaid graph of the dependency diagram for a project, or whole solution.
66
7- ## Dotnet tool [ ![ NuGet version (mermaid-graph)] ( https://img.shields.io/nuget/v/mermaid-graph.svg?style=flat-square )] ( https://www.nuget.org/packages/mermaid-graph/ )
7+ ## Dotnet tool [ ![ NuGet version (mermaid-graph)] ( https://img.shields.io/nuget/v/mermaid-graph.svg?style=flat-round )] ( https://www.nuget.org/packages/mermaid-graph/ )
88
99You can install as a dotnet tool so you can easily map all of your software projects:
1010
2121Options:
2222 --path <path> Full path to the solution (*.sln) or project (*.csproj) file that will be mapped.
2323 --type <Class|Graph> The type of diagram to generate (e.g., Graph or Class). [default: Graph]
24+ --filter <filter> Exclude projects whose name matches the filter. (e.g., Test) []
2425 --version Show version information
2526 -?, -h, --help Show help and usage information
2627```
@@ -53,17 +54,17 @@ classDiagram
5354 }
5455 class Microsoft.Build{
5556 type NuGet
56- version 17.12.6
57+ version 17.13.9
5758 }
5859 mermaid-graph ..> Microsoft.Build
5960 class Microsoft.Build.Locator{
6061 type NuGet
61- version 1.7.8
62+ version 1.9.1
6263 }
6364 mermaid-graph ..> Microsoft.Build.Locator
6465 class Microsoft.Build.Utilities.Core{
6566 type NuGet
66- version 17.12.6
67+ version 17.13.9
6768 }
6869 mermaid-graph ..> Microsoft.Build.Utilities.Core
6970 class System.CommandLine.DragonFruit{
@@ -89,12 +90,12 @@ classDiagram
8990 MermaidGraphTests ..> coverlet.msbuild
9091 class Microsoft.ClearScript.V8{
9192 type NuGet
92- version 7.4.5
93+ version 7.5.0
9394 }
9495 MermaidGraphTests ..> Microsoft.ClearScript.V8
9596 class Microsoft.ClearScript.V8.Native.win-x64{
9697 type NuGet
97- version 7.4.5
98+ version 7.5.0
9899 }
99100 MermaidGraphTests ..> Microsoft.ClearScript.V8.Native.win-x64
100101 class Microsoft.NET.Test.Sdk{
@@ -104,12 +105,12 @@ classDiagram
104105 MermaidGraphTests ..> Microsoft.NET.Test.Sdk
105106 class MSTest.TestAdapter{
106107 type NuGet
107- version 3.7 .3
108+ version 3.8 .3
108109 }
109110 MermaidGraphTests ..> MSTest.TestAdapter
110111 class MSTest.TestFramework{
111112 type NuGet
112- version 3.7 .3
113+ version 3.8 .3
113114 }
114115 MermaidGraphTests ..> MSTest.TestFramework
115116 class NUnit{
@@ -119,12 +120,12 @@ classDiagram
119120 MermaidGraphTests ..> NUnit
120121 class NUnit.Analyzers{
121122 type NuGet
122- version 4.6 .0
123+ version 4.7 .0
123124 }
124125 MermaidGraphTests ..> NUnit.Analyzers
125126 class NUnit3TestAdapter{
126127 type NuGet
127- version 4.3.2
128+ version 5.0.0
128129 }
129130 MermaidGraphTests ..> NUnit3TestAdapter
130131```
0 commit comments