.NET: Add link inspector (#1062)

* Add link inspector

* Comment out excludedirs while it's empty

* Fix broken links

* More links fixes

* Push further fixes

* Fix more links
This commit is contained in:
westey
2025-10-01 17:43:17 +01:00
committed by GitHub
Unverified
parent 193503cab9
commit 364188c44f
19 changed files with 100 additions and 112 deletions
@@ -37,7 +37,3 @@ string mermaid = workflow.ToMermaidString();
// Generate DOT format
string dotString = workflow.ToDotString();
```
## Related Samples
- [Map-Reduce Workflow Sample](../../../Workflows/Visualization/README.md): The workflow implementation being visualized