Skip to content

TheSmallPixel/GraphCSharp

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Code Graph

C# Code Graph uses Roslyn to analyze your C# source code and generates a JSON graph that is visualized with D3.js. Explore your project’s architecture!

Checkout this Demo.

Quick Start Action

  1. Build & Analyze
    name: "Generate Code Graph"

    on:
    push:
        branches: [ "main" ]

    permissions:
    contents: write 
    jobs:
    generate-graph:
        runs-on: ubuntu-latest
        steps:
        - name: Code Graph
            uses: TheSmallPixel/GraphCSharp@main
            with:
            source-path: "./"
            docs-dir: "docs"
            index-file: "index.html"
            commit-changes: "true"

About

Generates and visualizes C# code structure using graphs!

Resources

Stars

Watchers

Forks

Packages

No packages published