jmrog / vscode-nuget-package-manager

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.
MIT License
34 stars 17 forks source link

Is this supposed to work for all Nuget packages? #27

Closed Seefer closed 7 years ago

Seefer commented 7 years ago

Trying to add Microsoft.EntityFrameworkCore.SqlServer and Microsoft.EntityFrameworkCore.Tools and this plugin seems unable to list them. Should these packages be discoverable by this extension?

jmrog commented 7 years ago

Currently, the extension should allow you to locate and package discoverable on nuget.org (eventually, it will also allow you to specify your own package sources -- that's in progress, and is tracked in issue #23).

I verified that it does in fact discover both of the packages you mentioned. Here's an example for Microsoft.EntityFrameworkCore.SqlServer:

image

How are you searching for these packages? Maybe it has to do with the search terms you're using? Or maybe you're getting so many results that you're just missing the ones you mentioned?

jmrog commented 7 years ago

I'm marking this as closed, given the above. Please re-open if the issue arises again. Thanks!