-
Notifications
You must be signed in to change notification settings - Fork 696
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
Remove projects from list package output #5335
Conversation
I see that the checks are having test failures, but they are passing locally, and I seem to have no way to get access to the results. If an action is needed from me, please ping me! |
The "Apex Tests on Windows" are just flakey, ignore those. For Windows func tests, the test
The test only runs on Windows, so if you're using a different OS, then running test project will skip that test, although it's not clear to me why this test is Windows only. It looks extremely generic and should work the same on Linux & Mac. But the test also looks fundamentally flawed to me. |
@zivkan Thanks for the info! |
Bug
Fixes: NuGet/Home#12585
Other PR: #5302
Design spec: NuGet/Home#12735
Regression? Last working version:
Description
list
command, when used with the--include-transitive
flag, but without any of the--deprecated
,--outdated
or--vulnerable
ones, reports directly referenced projects as transitive dependencies.This PR removes this behavior, and adds a test to ensure that with or without
--include-transitive
flag, a project is never returned by thelist
commandPR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation