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# 库(插件 - 我的类库)的外部应用程序。是否可以在 Rider 中将调试附加到我的类库项目。在 Visual Studio 中,这很容易完成。例如,如本文所述。但是如何在 Rider 中做到这一点?
谢谢
现在您可以使用 .NET Executable 来完成您的任务。将您的库作为命令行参数放入运行配置中。将来,我们要为 OutputPath 添加宏。