如何刷新 SubSonic T4 模板生成的代码?

发布于 2024-08-07 16:52:16 字数 445 浏览 3 评论 0原文

我刚刚开始使用 SubSonic 3,并且正在使用 ActiveRecord T4 模板。

如果我在数据库中进行更改(例如,向表中添加一列),强制重新生成 T4 模板生成的代码的正确方法是什么?

目前,我只是删除项目中的 ActiveRecord 文件夹,然后再次将模板文件夹拖回。一定有更好的办法吗?

更新

除了 Skinniest Man 的 答案如下,我还注意到 Visual Studio 2008 解决方案资源管理器顶部有一个名为“转换所有模板”的图标。这将从当前所选项目中找到的所有模板生成代码。

I've just started using SubSonic 3 and I'm using the ActiveRecord T4 template.

If I make a change in the database (add a column to a table for example), what is the correct method for forcing the code produced by the T4 templates to be re-generated?

At the moment I'm just deleting the ActiveRecord folder in my project then dragging the template folder back in again. There must be a better way?

Update:

In addition to Skinniest Man's answer below, I also noticed an icon at the top of the Visual Studio 2008 Solution Explorer called "Transform All Templates". This will generate code from all templates found in the currently selected project.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那片花海 2024-08-14 16:52:16

右键单击 Visual Studio 中的 .tt 文件(或多个文件),然后选择“运行自定义工具”。

Right-click on the .tt file (or files) in Visual Studio and select "Run Custom Tool".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文