NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 252 forks source link

When project refers web.config in other folder than project root web.config.install.config will not be applied to it #421

Closed SergeyKanzhelev closed 9 years ago

SergeyKanzhelev commented 9 years ago

When project has something like this:

Web.config PreserveNewest Designer

web.config.install.xdt will be applied to web.config in root folder, not to one that project file references.

It will be great if it will respect this "redirection" and apply transformation to one that will be used by application - one that is referenced by project file.

yishaigalatzer commented 9 years ago

We are not planning to add more features in this area. In general we recommending moving away from using NuGet as a source for content files.