Top "Customtool" questions

How do I write to the Visual Studio Output Window in My Custom Tool?

I am writing a custom tool and I currently have it doing what I want as far as functionality. I …

visual-studio vsx customtool
Running a T4 template using C#

I have T4 template (mycode.tt) which generates a cs file. I usually right click the tt file and select …

c# t4 customtool
How to regenerate designer code for all SpecFlow features

I've got ~30 SpecFlow feature files, and I recently removed the Foo.feature.cs files from source control because I got …

visual-studio-2010 bdd code-behind specflow customtool
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 …

visual-studio customtool
How to register "custom tool" with Visual Studio 2017 or Visual Studio 2019 to make it work?

Background: We have a custom tool which takes the xml input and generates the cs output. A custom tool needs …

c# visual-studio-2017 registry customtool
How to hide files generated by custom tool in Visual Studio

I would like the files generated by my custom tool to be hidden, but I cannot find any documentation on …

c# wpf visual-studio code-generation customtool
Custom tool error Failed to generate code

Why this error is appearing? I was just setting some default values in a dataset designer... its second time that …

visual-studio-2010 dataset-designer customtool custom-tools
Jenkins : How to add custom tool to my job's build environment

I define a custom tool in Jenkins and I would like to run it during a build. In "https://wiki.…

jenkins customtool
C# Custom Tool 'SettingsSingleFileGenerator' output not found

I downloaded the source code for this JiraSVN plugin, and opened the .sln file in VS2010. I was immediately greeted …

c# visual-studio-2010 customtool