I have a solution with three .NET Core 2 projects. Inside of every project I have several .tt T4 Templates.
I was searching for a smart way to transform all templates at once and found the Transform All Templates-Command.
Unfortunately the command does nothing. If I execute it in my solution, the output says:
Transforming templates for all project items.
-------------------------------------
-------------------------------------
Text templating transformation complete.
But after I check my templates, they did not update. If I go to one template file and save it, it always transforms, but only this template. I have 20 templates and do not want to go to every file seperately.
Any ideas, why the command does not work?