You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested 17.10 GA, 17.11 public preview, and internal preview channels. None worked for me today.
Summary
Previously, after enabling "search external files" in Solution Exolorer's search options, it was possible to search for a NuGet package name and it would show any results under the Dependencies node. That's how the screenshots in #9494 were taken.
Steps to Reproduce
Create any SDK style project
Add a package reference to a package that has dependencies. For example, NuGet.Commands
Enable "Search external files" in Solution Explorer's search options
Expand the Dependencies node, and find a dependency of that package you installed. For example, Newtonsoft.Json
Enter that transitive package ID in the Solution Explorer search
Oops, in my stress of trying to meet a few deadlines, I forgot that issue/PR exists! Looks like there was a delay in getting it inserted into VS, which is why Int Preview doesn't have the fix yet.
Visual Studio Version
I tested 17.10 GA, 17.11 public preview, and internal preview channels. None worked for me today.
Summary
Previously, after enabling "search external files" in Solution Exolorer's search options, it was possible to search for a NuGet package name and it would show any results under the Dependencies node. That's how the screenshots in #9494 were taken.
Steps to Reproduce
Expected Behavior
It shows results, as can be seen in #9494
Actual Behavior
No results found.
User Impact
The NuGet team is documenting this as a way that customers can find why a transitive package is being used by their project.
The text was updated successfully, but these errors were encountered: