slow-cheetah icon indicating copy to clipboard operation
slow-cheetah copied to clipboard

XML Transforms for app.config and other XML files

Results 46 slow-cheetah issues
Sort by recently updated
recently updated
newest added

https://trello.com/c/srfM6Sf6/6-if-somethingsimple-is-better-than-if-this-that just offering some small readability changes to things that confused me a bit when reading the source code.

I have a VS 2013 solution that had a single web project in it. I was able to add transforms for our various build configurations and everything worked great. A...

We have approximately 50 batch jobs that all need to use exactly the same transformation files. While we can duplicate the transform files for all the different batch jobs, this...

My project har some transformation I would like to do in my environment only, but shouldn't be tracked by the source control system. The user should be able to add...

enhancement

When custom files are being transformed we need to ensure that they are getting cleaned when the Clean target is exectued.

bug

Currently we do not support preview for custom transforms in web.config. We should consider supporting this if possible.

enhancement
backlog
waiting-for-votes

We should have support for web setup projects.

enhancement

I'm not sure if this is a duplicate or aggregate of Issue #54, Issue #15, Issue #69, and/or Issue #39, but it's possible. I have several ASP.NET MVC4 and WCF...

bug

When looking for _FilesToTransform, you correctly look only in the project file, but when you look for the transform file (e.g. App.Debug.Config), you're looking in the file system instead, which...

enhancement
waiting-for-votes

When an app.config file is in a subfolder, its transformed content is not copied to the output directory, however, files with a name other than app.config (EG: Other.config) are. ####...

waiting-for-votes