FastKoala icon indicating copy to clipboard operation
FastKoala copied to clipboard

Enables build-time config transforms for various project types including web apps

Results 15 FastKoala issues
Sort by recently updated
recently updated
newest added

A user has requested support for applying transforms to any .xml file and not just .config files.

enhancement

First of all, thanks for creating and maintaining Fast Koala. It's very useful and elegantly implemented. I would like to report the below issue. #### Steps to reproduce: 1. Given...

Of course, the work around for this is to just check out the project file. However, the only error you will see is the "something went wrong" message, so you...

Had a case where "Enable config transforms" was applied to a TFS 2015 (local workspace) enabled Windows Forms (not ClickOnce) project in a moderately large solution. One config name ("Local")...

bug

``` Unhandled UnauthorizedAccessException (System.UnauthorizedAccessException): at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath,...

bug

In new Win32 Console project, "Enable Build-time Transformations" menu shows up. FastKoala is intended only for .NET projects.

Web.Base.config has Build Action of "Content" instead of "None". This causes the Base file in the config folder to show up in the published web site after deployment.

bug

Transformed Web.Local.config didn't get added to source control (TFS 2013), neither did Web.Dev.config or Web.Release.config Hit and miss. All worked fine on first project, second project no.

bug

Create an alternative to the Solution Configurations window that lets the user add a bunch of common configuration names and dump them into the solution on all projects. The list...

enhancement

Set up FK build-time configuration on a project that was nested in a solution folder, and which had many other projects in the solution also in solution folders. - The...

bug