Context menu does not display "add transform" in console job when using slow cheetah
Asked Answered
B

1

20

I assume this is a simple fix considering I don't see any other posts about others having this issue. I am using VS2012 and I added slowcheetah 2.5.10.3 to the project using the nuget package installer.

I have tried opening a new console application as well as a unit test project, but in both I am not able to "add transform" to my App.config. The option in the context menu doesn't exist...

enter image description here

Becker answered 15/1, 2014 at 3:53 Comment(0)
U
31

You will need to install the SlowCheetah Visual Studio extension to get the additional menus in Visual Studio. The NuGet package only adds a .targets file to the solution which is useful for command line (build server) scenarios.

Unfledged answered 15/1, 2014 at 5:0 Comment(3)
As I can remember, this wasn't necessary in previous versions of SlowCheetah. But good to get it working again :)Perch
Note: I had to restart Visual Studio after doing this as well before Add Transform showed up in the menu.Sudden
Also can be installed by Tools->Extension Manager and Search the Online GalleryCleaver

© 2022 - 2024 — McMap. All rights reserved.