customtool Questions

6

Solved

I am writing a custom tool and I currently have it doing what I want as far as functionality. I would like to be able to write to Visual Studio if something goes wrong. (Incorrectly formatted code ...
Guidebook asked 7/7, 2009 at 19:36

6

Solved

When I edit T4, the script is executed every time I switch to another file. It is OK for quick simple scripts, but some scripts take long time to execute. Is there a way to disable this behavior? I...
Phospholipide asked 27/10, 2010 at 15:24

2

Solved

Background: We have a custom tool which takes the xml input and generates the cs output. A custom tool needs to register with the Visual studio in order to make it work with that version of visual ...
Tucky asked 13/4, 2018 at 14:32

2

Solved

I've got ~30 SpecFlow feature files, and I recently removed the Foo.feature.cs files from source control because I got sick of resolving merge conflicts in Designer Generated code. I did not excl...

4

Solved

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 bre...
Sophiasophie asked 16/12, 2009 at 10:24

3

I'm trying to create a custom tool for code generation in Visual Studio 2010. First I register it: "$(FrameworkSDKDir)Bin\NETFX 4.0 Tools\gacutil.exe" /if "$(TargetPath)" Then I add it via a reg...

2

Solved

Is there a way to create a shortcut for a custom tool in visual studio? At the moment I have to navigate to the tool in the solution, right click and run custom tool. It would be nice if I could ei...
Proximo asked 17/10, 2012 at 8:48

1

The Problem I have a bunch of custom files in a visual studio 2010 project. I need to run a tool on those custom files when they change. The tool generates .h files included by existing .cpp file...

1

Solved

I am trying to work out if it is possible, when using a Custom Tool in Visual Studio, to have a change in the contents of one file, trigger the Custom Tool of another. My scenario is this: In a V...
Blocky asked 17/2, 2012 at 8:39

2

Solved

I have T4 template (mycode.tt) which generates a cs file. I usually right click the tt file and select RunCustomTool which internally takes an xml file and generate code for me. Now i want to run t...
Folkmoot asked 24/1, 2011 at 11:48

4

Solved

I would like the files generated by my custom tool to be hidden, but I cannot find any documentation on how this is done. An example of what I'm looking for is WPF code behind files. These files a...
Dictatorial asked 2/6, 2010 at 21:30

1

I've got a "Custom Tool" for Visual Studio to munge some template files into code. For consistency and portability I'd like to be able to run this template processor from MSBuild when building outs...
Bartolemo asked 12/1, 2009 at 10:33
1

© 2022 - 2024 — McMap. All rights reserved.