0

I use mainly the NuGet manager to install packages.
If I use the package manager console, I can see all the added/modified files in the console log...

But if I use the NuGet manager, is there a way to see what files were affected by the package update/install?

1 Answer 1

1

You can always open the package in the Nuget Package Explorer.

or, after it is unpacked, you can just look in the packages/{package folder}/lib|content|etc folder and look at the contents

Sign up to request clarification or add additional context in comments.

4 Comments

I understand, but when installing, some files are deleted, some other are modified, some other files are added. I need to see the modifications, not just the final state...
well, if you use source control, the first time you install it (before ignoring) then there is likely a diff. I don't know how other than that
from my last synchronisation with the TFS I achieved to reinstall/uninstall a lot of packages, and now this is a big mess with it... This is because my extraction scope was the migration from a non-packages solution to a packaged one
in general, I expect files mostly to be added or overwritten. If things are getting modified / deleted all together, that is likely coming from a script.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.