c# - 在Rider IDE中创建类依赖关系图

标签 c# .net rider

该功能是否存在?如何使用?在这个问题上,车手官方文档对我没有用。

最佳答案

发布此信息以防有人在Google搜索时到达此处:
根据捷脑团队:

the “Project Diagram” feature, which builds a diagram of dependencies between projects in a solution, is ready for a private review in a custom build of Rider 2020.3


Please, keep in mind that the 2020.3 branch is under active development now, and things may not work as expected, have bugs, and some plugins won't be compatible with such custom build


你可以找到download links here

关于c# - 在Rider IDE中创建类依赖关系图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52695800/

相关文章:

c# - 如何在 IntelliJ Rider 中生成 API Controller ?

c# - Fedora 35 上的 Rider 不会显示 netstandard

entity-framework - 骑士。 EF Code First 迁移

c# - 强类型数据集大放异彩

c# - 无法为具有权限 'localhost' 奇怪问题的 SSL/TLS 安全通道建立信任关系

c# - 如何在 .NET 的单个单元测试中修改语言环境小数点分隔符?

c# - 从 ImageList 中获取的图像看起来与直接从资源中获取的图像不同

c# - 在 .NET 中创建 Uri 会自动对传递的字符串中的所有参数进行 urldecode

c# - 来自 WPF 的数据库连接

c# - C#中的静态构造函数到底是什么?