Questions tagged [slowcheetah]

SlowCheetah is an XML Transforms package for Visual Studio

SlowCheetah is an XML Transforms package that allows one to automatically transform an app.config (or any file) when F5 is pressed in Visual Studio.
One can have different transformations based on the build configuration.
For example, one could have different app settings, connection strings, etc. for a Debug configuration versus a Release configuration.

183 questions
0
votes
1 answer

SlowCheetah 2.5.2 broken when publishing Winform Application

After upgrading to SlowCheetah 2.5.2 today, publishing a WinForm application to a network drive does no longer work. For some strange reason the App.config file, which there has to be made some transformation on, is no longer part of the deployed…
0
votes
1 answer

Xml file transforms using One-click publish, but not Web Deploy

I have two different ways to deploy my web app - one via IIS Web Deploy, hooked up via MSBuild arguments in a custom build template, and using the One-click publish built into Visual Studio. I have also installed the Slow Cheetah transforms, and can…
Steve
  • 206
  • 2
  • 10
-2
votes
1 answer

ASP.NET Core 7 Web API - SlowCheetah

Solution That one line in .csproj file solved the problem.
GrinGenius
  • 13
  • 2
1 2 3
12
13