-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Why oh why? #1960
[WIP] Why oh why? #1960
Conversation
|
This will become very useful, thanks! Could it also provide some info on why a particular version is used (or what is effective version constraints are), if applicable? |
|
When a package dependency is shown, do we show all dependencies up the dependency tree up to the top-level, only top level or only to the next level? |
|
@theimowski please keep posting screenshots if you change something. This is awesome |
|
will do, I'll also let know whenever I get to the point where it could be merged - possibly with not yet all features implemented |
|
Would it be worth making package id optional - so that it shows why all packages are in the lock file for a given group (although this might be a bit verbose)? |
|
@Stift I think it makes sense to show all deps up to the top level by default. |
|
Maybe show the shortest and say "and x more paths"? |
|
Maybe (as a 2nd step) we couln't just ask for package id's, but also for artefacts - i.e. why is the dll/js/whatever in my output. In case I've overlooked that just ignore the comment. |
|
That would be brilliant Am 14.10.2016 09:27 schrieb "Thomas Koch" notifications@github.com:
|
|
@tommes but it's probably hard to decide without reimplementing MSBuild logic |
|
I think by package Id would be sufficient for the most use case. |
|
If we merge the trees then we will get the lock file back Am 14.10.2016 17:05 schrieb "Christian Fiebrig" notifications@github.com:
|
|
Can NuGets have cyclic dependencies? And if so does it resolve to paket.lock? |
…lt for every top level dep
|
I released it in alpha. please create new PRs to keep it going ;-) |
|
Alright! Can one continue work on the same branch and reopen PR in github or do i have to create new PRs? |
|
You can try to reopen. Not sure if this works. Am 22.10.2016 17:51 schrieb "Tomasz Heimowski" notifications@github.com:
|


#1959
TODO:
Feedback welcome!