Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Custom Tool for entire solution

Is there a way to 'Run Custom Tool' for an entire solution?

Why? The custom tool is under development and when changes are made I need to refresh all the items that use it to make sure nothing breaks.

like image 708
Will Avatar asked Dec 16 '09 10:12

Will


People also ask

What is run custom tool in Entity Framework?

It's called 'Text Template Transformation Toolkit' and you can use it to create classes out of a meta description (for example). EF uses it to create the classes (context and entity classes) out of the model. You can create your own template and have them run.

What is the use of custom tool?

Custom tools let you associate a tool with an item in a project and run that tool whenever the file is saved. Certain custom tools, sometimes referred to as single-file generators, are frequently used to implement translators that generate code from data and vice versa.

What is a custom tool?

Custom tools are geoprocessing workflows, such as models or scripts, that have been shared as a geoprocessing service to create a web tool. Custom tools can be added to supported apps, such as Map Viewer, and run from the Analysis pane.


1 Answers

In Visual Studio 2010 there is a button in the icon bar of the solution navigator that will run all of the t4 templates in a solution.

In Visual Studio 2012 show the "Build" toolbar. There is a button in that toolbar that will run all of the t4 templates in a solution.

like image 115
Rush Frisby Avatar answered Nov 15 '22 23:11

Rush Frisby