T4生成的资源名称作为常量?

发布于 2024-11-04 06:21:30 字数 66 浏览 0 评论 0原文

当我使用资源作为消息模板时,我不喜欢验证器属性中的魔术字符串。

是否可以获得资源名称常量的 T4 代?

I don't like magic strings in my validator attributes when I use resources as message templates.

Is it possible to get T4 generation of constants of resource names?

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

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

发布评论

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

评论(2

行雁书 2024-11-11 06:21:38

有 t4mvc 项目,它将在 mvc 项目中为您将字符串转换为常量,我不确定您是否使用 mvc,但您可以查看它在 t4 模板中的完成方式并将其应用到您的项目

theres the t4mvc project which will convert strings to constants for you in an mvc project im not sure if you are using mvc or not but you can look at the way its done in their t4 templates and apply it to your project

守不住的情 2024-11-11 06:21:38

我找到了这个 T4 模板:
http://blog.baltrinic.com/software-development/dotnet /t4-template-replace-resxfilecodegenerator

它需要一些更改才能工作,但现在看起来还不错。

I've found this T4 template:
http://blog.baltrinic.com/software-development/dotnet/t4-template-replace-resxfilecodegenerator

It needed some chages to work but seems ok right now.

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