Skip to content

V1.0

Compare
Choose a tag to compare
@HenningKlokkeraasen HenningKlokkeraasen released this 15 Nov 13:56
· 5 commits to master since this release

Visual Studio extension.

Prevents loss of config modifications done by NuGet packages on install/update/uninstall, when you have a transform setup where the root config file (e.g. \web.config) is a result of transformation from a source config file (e.g. \Configurations\web.config).

This is done by merging any and all config files in each directory one level below the solution file back to the corresponding source config file, as defined in the directory's .wpp.targets file (the first if multiple are found).

Supports Visual Studio 2017 only.