Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 c# 项目中使用 Automatonous 状态机。我想知道是否有一种方法可以自动获取编码状态机的图形。
您可以使用 Visualizer 程序集从状态机生成 GraphViz .dot 文件。
https://github.com/MassTransit/Automatonymous/blob/master/src/Automatonymous.Tests/Visualizer_Specs.cs#L30