When you update package, which before placed content in your project (like css/js etc.) which you altered in between, then the Nuget will skip the file.
I would like a more elegant approach where nuget will ask you what to do (overwrite, skip, merge). Overwrite/skip should definitly be able. Merge might be a more bonus.
The problem is that we use a source control and multiple people are working on the projects. It quickly happens that the files slightly change (due to mistakes etc.). After that nuget is constantly skipping those files. So this would be a very nice feature.
Comments: This is a duplicate of #278
I would like a more elegant approach where nuget will ask you what to do (overwrite, skip, merge). Overwrite/skip should definitly be able. Merge might be a more bonus.
The problem is that we use a source control and multiple people are working on the projects. It quickly happens that the files slightly change (due to mistakes etc.). After that nuget is constantly skipping those files. So this would be a very nice feature.
Comments: This is a duplicate of #278