Commit 79aadc3
2 files changed
+2
-2
lines changed- .github/dependabot.yml-8
- .github/workflows/continuous-integration.yml+19-9
- CHANGELOG.md+1
- Chisel.sln-72
- Chisel.slnx+27
- README.md+37-37
- global.json+4-1
- samples/MongoDbSample/MongoDbSample.csproj+2-2
- samples/SqlClientSample/SqlClientSample.csproj+2-2
- src/Chisel/Chisel.csproj+1-1
- src/Chisel/GraphWriter.Graphviz.cs+2
- src/Chisel/GraphWriter.Mermaid.cs+12-10
- src/Chisel/GraphWriter.cs-2
- src/Chisel/packages.lock.json+19-107
- tests/Chisel.Tests/Chisel.Tests.csproj+8-7
- tests/Chisel.Tests/ChiseledAppTests.RunTestApp_non-windows.verified.gv+88
- tests/Chisel.Tests/ChiseledAppTests.RunTestApp_non-windows.verified.mermaid-123
- tests/Chisel.Tests/ChiseledAppTests.RunTestApp_windows.verified.gv+90
- tests/Chisel.Tests/ChiseledAppTests.RunTestApp_windows.verified.mermaid-126
- tests/Chisel.Tests/ChiseledAppTests.cs+1-1
- tests/Chisel.Tests/DependencyGraphTest.PollyGraphIgnoreGlob_includeLinks=False_format=graphviz.verified.gv+11-11
- tests/Chisel.Tests/DependencyGraphTest.PollyGraphIgnoreGlob_includeLinks=False_format=mermaid.verified.mmd+13-13
- tests/Chisel.Tests/DependencyGraphTest.PollyGraphIgnoreGlob_includeLinks=True_format=graphviz.verified.gv+11-11
- tests/Chisel.Tests/DependencyGraphTest.PollyGraphIgnoreGlob_includeLinks=True_format=mermaid.verified.mmd+19-19
- tests/Chisel.Tests/DependencyGraphTest.SqlClientGraph_graphviz.verified.gv+70-70
- tests/Chisel.Tests/DependencyGraphTest.SqlClientGraph_mermaid.verified.mmd+74-74
- tests/TestApp/TestApp.csproj+3-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments