从 Visual Studio 加载项运行 MSBuildTask

发布于 2024-12-17 13:21:22 字数 269 浏览 0 评论 0原文

我有一个自定义 Visual Studio 加载项,它运行 IDL 编译器并将生成的 C# 源文件添加到项目中。

我的外接程序在保存 IDL 定义时运行 IDL 编译器,并且也在生成事件之前运行。

我想将 IDL 编译器的执行移至 MSBuildTask,以允许在主线程之外完成工作,但需要一种方法在保存 IDL 文件时从加载项执行自定义任务。

我想在 MSBuildTask 中运行编译器的主要原因是这样可以避免使用主线程,并保持 Visual Studio 界面响应能力。

I have a custom Visual Studio add-in that runs an IDL compiler and add the generated C# source files to the project.

My add-in runs the IDL compiler when IDL definitions are saved and also on before build event.

I want to move the execution of IDL compiler to MSBuildTask, to allow the work to be done out of the main thread, but need a way to execute my custom task from the add-in when an IDL file is saved.

The maim reason i want to run the compiler in a MSBuildTask is that this avoid the use of the main thread, and keeps Visual Studio interface responsiveness.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文