简体   繁体   English

NuGet与Package Manager控制台

[英]NuGet vs Package Manager Console

I use mainly the NuGet manager to install packages. 我主要使用NuGet manager来安装软件包。
If I use the package manager console , I can see all the added/modified files in the console log... 如果使用package manager console ,则可以在控制台日志中看到所有添加/修改的文件...

But if I use the NuGet manager, is there a way to see what files were affected by the package update/install? 但是,如果我使用NuGet管理器,是否可以查看软件包更新/安装影响了哪些文件?

You can always open the package in the Nuget Package Explorer . 您可以随时在Nuget软件包资源管理器中打开该软件包。

or, after it is unpacked, you can just look in the packages/{package folder}/lib|content|etc folder and look at the contents 或者,将其解压缩后,只需查看packages / {package文件夹} / lib | content | etc文件夹并查看其内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM