问题描述
我使用t4已经使用了Visual Studio的早期版本,即2015年
I have been using t4 for years with prior versions of Visual Studio i.e. 2015
我注意到在vs.net 2017中对t4的支持似乎很少。 我相信它仍然可用但是我没有看到任何扩展(并且Tangible似乎已经放弃了支持)。 是否有关于
vs.net 2017的t4(文本转换)的文档?
I have noticed that there seems little support for t4 in vs.net 2017. I believe it is still available however I do not see any extensions (and Tangible seems to have dropped off support). Is there any documentation on t4(text transform) with vs.net 2017?
(着色,语法高亮,调试等)
(coloring, syntax highlighting, debugging etc.)
thx-dave
dave
推荐答案
您可以参考以下有关T4的VS2017文档的链接。你可以参考它。
You could refer to following link about VS2017 document about T4. You could refer to it.
https://docs.microsoft.com/en-us/visualstudio/modeling/code-generation-and-t4-text-templates
>>而Tangible似乎已经放弃了支持
>>and Tangible seems to have dropped off support
我没有从微软那里找到任何有关T4将被删除的信息。所以我认为你可以安全地使用它。
I have not found any information from Microsoft that T4 will be dropped off. So I think you could use it safely.
真诚地,
奥斯卡
这篇关于Visual Studio 2017中的T4和文本转换功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!