In Visual Studio, what does the menu command "Build" => "Transform All T4 Templates" do?
Asked
Active
Viewed 7,290 times
1 Answers
6
t4 is basically a tool built into VS for doing text transformation, typically for doing code generation. Transform All T4 Templates searches your solution for *.tt files and executes them to create other text, again typically source code, files.

neilh
- 706
- 3
- 9
-
where is "Transform All T4 Templates" on mac VS? – Moh3n Apr 08 '18 at 14:45