且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

T4模板TransformText方法XML文档

更新时间:2023-12-02 21:12:52

有没有办法直接在T4改变这一点。它是固定在Visual Studio的下一个版本。你可以想像一个基于正则表达式查找/替换插入添加为pre-build事件的评论。

There's no way to change this directly in T4. It's fixed in the next version of Visual Studio. You could imagine a regex based search/replace to insert the comments added as a pre-build event.

另外,您可以嵌入在从Microsoft.VisualStudio.TextTemplating.VSHost.Templated preprocessor派生的新SingleFileGenerator的后处理,但是,似乎有点像杀鸡用牛刀。

Alternatively you could embed that post-processing in a new SingleFileGenerator derived from Microsoft.VisualStudio.TextTemplating.VSHost.TemplatedPreprocessor, but that seems a bit like overkill.