DotNetGraph
Create GraphViz DOT graph with .NET / C#
File Explorer
Download Latest Version (.zip)- dotnet.yml
- icon_128.png
- icon_64.png
- DotAttribute.cs
- DotColorAttribute.cs
- DotDoubleAttribute.cs
- DotEdgeArrowTypeAttribute.cs
- DotEdgeStyleAttribute.cs
- DotLabelAttribute.cs
- DotNodeShapeAttribute.cs
- DotNodeStyleAttribute.cs
- DotPointAttribute.cs
- DotRankDirAttribute.cs
- DotSubgraphStyleAttribute.cs
- IDotAttribute.cs
- CompilationContext.cs
- CompilationOptions.cs
- DotBaseGraph.cs
- DotColor.cs
- DotEdge.cs
- DotEdgeArrowType.cs
- DotEdgeStyle.cs
- DotElement.cs
- DotGraph.cs
- DotGroup.cs
- DotIdentifier.cs
- DotNode.cs
- DotNodeShape.cs
- DotNodeStyle.cs
- DotPoint.cs
- DotRankDir.cs
- DotSubgraph.cs
- DotSubgraphStyle.cs
- IDotElement.cs
- AttributeNotFoundException.cs
- AttributeTypeNotMatchException.cs
- CompilationException.cs
- DotBaseGraphExtensions.cs
- DotEdgeExtensions.cs
- DotElementExtensions.cs
- DotGraphExtensions.cs
- DotNodeExtensions.cs
- DotSubgraphExtensions.cs
- EnumExtensions.cs
- StringExtensions.cs
- DotNetGraph.csproj
- DotNetGraph.nuspec
- pack.sh
- DotAttributeTests.cs
- DotColorAttributeTests.cs
- DotDoubleAttributeTests.cs
- DotEdgeArrowTypeAttributeTests.cs
- DotEdgeStyleAttributeTests.cs
- DotLabelAttributeTests.cs
- DotNodeShapeAttributeTests.cs
- DotNodeStyleAttributeTests.cs
- DotPointAttributeTests.cs
- DotRankDirAttributeTests.cs
- DotSubgraphStyleAttributeTests.cs
- CompilationContextTests.cs
- DotColorTests.cs
- DotEdgeTests.cs
- DotElementTests.cs
- DotGraphTests.cs
- DotGroupTests.cs
- DotIdentifierTests.cs
- DotNodeTests.cs
- DotSubgraphTests.cs
- DotBaseGraphExtensionsTests.cs
- DotEdgeExtensionsTests.cs
- DotElementExtensionsTests.cs
- DotGraphExtensionsTests.cs
- DotNodeExtensionsTests.cs
- DotSubgraphExtensionsTests.cs
- EnumExtensionsTests.cs
- StringExtensionsTests.cs
- DotNetGraph.Tests.csproj
- DotNetGraph.sln
- .gitignore
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vfrz/DotNetGraph
Downloads the entire project code from GitHub to your computer.
cd DotNetGraph
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd Sources/DotNetGraph.Tests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
