microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.31k stars 2.21k forks source link

Impossible to get Nuget dependency tree #1379

Closed azerios closed 1 year ago

azerios commented 1 year ago

Dear,

I'm using .netcore 6 version 6.0.14 in my project and I wanted to extract the dependency tree of Nuget packages like here : https://stackoverflow.com/questions/44944172/net-core-dependency-tree

Unfortunatly since 3-4 months these changes are not working and export an empty tree.

Is it possible to check if it's not only me who have this issue ? I can't update to .netcore 7 or 8 because my company only use LTS versions

Regards

azerios commented 1 year ago

I follow new guidelines and I open a bug in Nuget repo : https://github.com/NuGet/Home/issues/12576