Top "Slowcheetah" questions

SlowCheetah is an XML Transforms package for Visual Studio

App.Config Transformation for projects which are not Web Projects in Visual Studio?

For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for …

visual-studio .net-4.0 app-config slowcheetah web-config-transform
Web Config Transform not working

In a .NET MVC 3.0 Application I have the following configuration in appSettings: web.config <appSettings> <add key="…

asp.net asp.net-mvc web-config slowcheetah web-config-transform
Transform app.config for 3 different environment

I need to be able to transform my app.config file using msbuild. I can transform the file if it …

c# .net msbuild slowcheetah xdt-transform
SlowCheetah not transforming file on build

I have a project I am trying to use SlowCheetah for. I have created my config file (Test.web.config) …

xml web.config-transform slowcheetah xdt-transform config-transformation
app.config Transformations

I'm a huge fan of the addition of web.config transformations in Visual Studio 2010. See also Scott Hanselman's recent talk …

visual-studio deployment slowcheetah
Using msbuild I want to update a config file with values from teamcity

I have some XML that looks something like this: <?xml version="1.0" encoding="utf-8"?> <XmlConfig instancetype="XmlConfig, Processing, …

xml msbuild teamcity slowcheetah
The "SlowCheetah.Xdt.TransformXml" task could not be loaded from the assembly

After installing Slow Cheeath (v. 2.5.10.3) to two projects in my solution, I am receiving the following error: "The "SlowCheetah.Xdt.…

visual-studio-2012 dependencies nuget-package assembly-resolution slowcheetah
Web.config is not transformed when debugging code

I have a main Web.config file, and under that there is a Web.Test.config, Web.Development.Config etc. …

c# visual-studio visual-studio-2015 app-config slowcheetah
Automated Slow Cheetah Build methods

I don't want to install Slow Cheetah on all the build servers. We are using Slow Cheetah for config transformations …

msbuild build-process build-automation slowcheetah config-transformation
How to transform log4net config like web.config?

From my .csproj file: <Content Include="log4net.config"> <SubType>Designer</SubType> </Content&…

asp.net visual-studio-2010 configuration msbuild slowcheetah