Skip to content

Commit

Permalink
Default to mermaid graph format instead of dot
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 12, 2024
1 parent c54f716 commit 5c25ea9
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 170 deletions.
2 changes: 1 addition & 1 deletion samples/MongoDbSample/MongoDbSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<PropertyGroup>
<ChiselGraphAlias>MongoDBSample.gv</ChiselGraphAlias>
<ChiselGraphAlias>MongoDBSample.mermaid</ChiselGraphAlias>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/SqlClientSample/SqlClientSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<PropertyGroup>
<ChiselGraphAlias>SqlClientSample.gv</ChiselGraphAlias>
<ChiselGraphAlias>SqlClientSample.mermaid</ChiselGraphAlias>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Chisel/build/Chisel.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ChiselEnabled Condition="$(ChiselEnabled) == ''">true</ChiselEnabled>
<ChiselGraph Condition="$(ChiselGraph) == ''">$(MSBuildProjectName).Chisel.gv</ChiselGraph>
<ChiselGraph Condition="$(ChiselGraph) == ''">$(MSBuildProjectName).Chisel.mermaid</ChiselGraph>
<ChiselGraphDirection Condition="$(ChiselGraphDirection) == ''">LeftToRight</ChiselGraphDirection>
</PropertyGroup>

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
%% Generated by https://github.com/0xced/Chisel

graph LR

classDef default fill:aquamarine,stroke:aquamarine
classDef project fill:skyblue,stroke:skyblue
classDef unknown fill:khaki,stroke:khaki
classDef ignored fill:lightgray,stroke:lightgray
classDef removed fill:lightcoral,stroke:lightcoral

Azure.Core/1.35.0 --> Microsoft.Bcl.AsyncInterfaces/1.1.1
Azure.Core/1.35.0 --> System.Diagnostics.DiagnosticSource/6.0.1
Azure.Core/1.35.0 --> System.Memory.Data/1.0.2
Azure.Core/1.35.0 --> System.Text.Encodings.Web/8.0.0
Azure.Core/1.35.0 --> System.Text.Json/8.0.0
Azure.Identity/1.10.3 --> Azure.Core/1.35.0
Azure.Identity/1.10.3 --> Microsoft.Identity.Client.Extensions.Msal/4.56.0
Azure.Identity/1.10.3 --> Microsoft.Identity.Client/4.56.0
Azure.Identity/1.10.3 --> System.Security.Cryptography.ProtectedData/8.0.0
Azure.Identity/1.10.3 --> System.Text.Json/8.0.0
Microsoft.Data.SqlClient/5.2.0 --> Azure.Identity/1.10.3
Microsoft.Data.SqlClient/5.2.0 --> Microsoft.Identity.Client/4.56.0
Microsoft.Data.SqlClient/5.2.0 --> Microsoft.IdentityModel.JsonWebTokens/6.35.0
Microsoft.Data.SqlClient/5.2.0 --> Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0
Microsoft.Data.SqlClient/5.2.0 --> Microsoft.SqlServer.Server/1.0.0
Microsoft.Data.SqlClient/5.2.0 --> System.Configuration.ConfigurationManager/8.0.0
Microsoft.Data.SqlClient/5.2.0 --> System.Runtime.Caching/8.0.0
Microsoft.Extensions.DependencyModel/8.0.0 --> System.Text.Encodings.Web/8.0.0
Microsoft.Extensions.DependencyModel/8.0.0 --> System.Text.Json/8.0.0
Microsoft.Identity.Client.Extensions.Msal/4.56.0 --> Microsoft.Identity.Client/4.56.0
Microsoft.Identity.Client.Extensions.Msal/4.56.0 --> System.IO.FileSystem.AccessControl/5.0.0
Microsoft.Identity.Client.Extensions.Msal/4.56.0 --> System.Security.Cryptography.ProtectedData/8.0.0
Microsoft.Identity.Client/4.56.0 --> Microsoft.IdentityModel.Abstractions/6.35.0
Microsoft.IdentityModel.JsonWebTokens/6.35.0 --> Microsoft.IdentityModel.Tokens/6.35.0
Microsoft.IdentityModel.JsonWebTokens/6.35.0 --> System.Text.Encodings.Web/8.0.0
Microsoft.IdentityModel.JsonWebTokens/6.35.0 --> System.Text.Json/8.0.0
Microsoft.IdentityModel.Logging/6.35.0 --> Microsoft.IdentityModel.Abstractions/6.35.0
Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0 --> Microsoft.IdentityModel.Protocols/6.35.0
Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0 --> System.IdentityModel.Tokens.Jwt/6.35.0
Microsoft.IdentityModel.Protocols/6.35.0 --> Microsoft.IdentityModel.Logging/6.35.0
Microsoft.IdentityModel.Protocols/6.35.0 --> Microsoft.IdentityModel.Tokens/6.35.0
Microsoft.IdentityModel.Tokens/6.35.0 --> Microsoft.IdentityModel.Logging/6.35.0
Microsoft.IdentityModel.Tokens/6.35.0 --> System.Security.Cryptography.Cng/4.5.0
System.Configuration.ConfigurationManager/8.0.0 --> System.Diagnostics.EventLog/8.0.0
System.Configuration.ConfigurationManager/8.0.0 --> System.Security.Cryptography.ProtectedData/8.0.0
System.Diagnostics.DiagnosticSource/6.0.1 --> System.Runtime.CompilerServices.Unsafe/6.0.0
System.IdentityModel.Tokens.Jwt/6.35.0 --> Microsoft.IdentityModel.JsonWebTokens/6.35.0
System.IdentityModel.Tokens.Jwt/6.35.0 --> Microsoft.IdentityModel.Tokens/6.35.0
System.IO.FileSystem.AccessControl/5.0.0 --> System.Security.AccessControl/5.0.0
System.IO.FileSystem.AccessControl/5.0.0 --> System.Security.Principal.Windows/5.0.0
System.Memory.Data/1.0.2 --> System.Text.Encodings.Web/8.0.0
System.Memory.Data/1.0.2 --> System.Text.Json/8.0.0
System.Runtime.Caching/8.0.0 --> System.Configuration.ConfigurationManager/8.0.0
System.Security.AccessControl/5.0.0 --> System.Security.Principal.Windows/5.0.0
System.Text.Json/8.0.0 --> System.Text.Encodings.Web/8.0.0

class Azure.Core/1.35.0 removed
class Azure.Identity/1.10.3 removed
class Microsoft.Bcl.AsyncInterfaces/1.1.1 removed
class Microsoft.Data.SqlClient/5.2.0 default
class Microsoft.Extensions.DependencyModel/8.0.0 default
class Microsoft.Identity.Client.Extensions.Msal/4.56.0 removed
class Microsoft.Identity.Client/4.56.0 default
class Microsoft.IdentityModel.Abstractions/6.35.0 default
class Microsoft.IdentityModel.JsonWebTokens/6.35.0 removed
class Microsoft.IdentityModel.Logging/6.35.0 removed
class Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0 removed
class Microsoft.IdentityModel.Protocols/6.35.0 removed
class Microsoft.IdentityModel.Tokens/6.35.0 removed
class Microsoft.SqlServer.Server/1.0.0 default
class System.Configuration.ConfigurationManager/8.0.0 default
class System.Diagnostics.DiagnosticSource/6.0.1 removed
class System.Diagnostics.EventLog/8.0.0 default
class System.IdentityModel.Tokens.Jwt/6.35.0 removed
class System.IO.FileSystem.AccessControl/5.0.0 removed
class System.Memory.Data/1.0.2 removed
class System.Runtime.Caching/8.0.0 default
class System.Runtime.CompilerServices.Unsafe/6.0.0 removed
class System.Security.AccessControl/5.0.0 removed
class System.Security.Cryptography.Cng/4.5.0 removed
class System.Security.Cryptography.ProtectedData/8.0.0 default
class System.Security.Principal.Windows/5.0.0 removed
class System.Text.Encodings.Web/8.0.0 default
class System.Text.Json/8.0.0 default
84 changes: 0 additions & 84 deletions tests/Chisel.Tests/ChiseledAppTests.RunTestApp_windows.verified.gv

This file was deleted.

Loading

0 comments on commit 5c25ea9

Please sign in to comment.