admin管理员组文章数量:1291202
The dotnet list package
command will work only on .Net core projects.
I am looking for a way to generate dependency list/tree of a .Net 4.8 framework solution/project
I have some common Nuget packages that is referenced in more than one project/solution. When we make a change to these common packages/libraries, we don't want to miss any project/solution that is not updated to the latest version of these libraries.
If I keep a list of dependencies used in each project/solution it will be easy for me to search for a particular nuget package/library and identify which projects are using this package/library and make sure to update those projects to use the new version of these libraries. I also want the list of the references easily searchable. For that, in the first place, i should find a way to make a list of all these libraries that are referenced by a particular project/solution.
Is there any programmable solution to compile a list of all the dependencies of a visual studio project/solution ?
本文标签:
版权声明:本文标题:How to programmatically compile a list of dependencies used in a .Net Framework 4.8 ProjectSolution? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741508345a2382455.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论