Search for .NET Core or Standard NuGet Packages

I am using Visual Studio Code on Mac OS X to develop .NET Core web interfaces. I already understand that adding NuGet links is done manually in the project.json file.

However, I'm not quite sure how to look for NuGet for specific .NET libraries. the Mac OS X tutorial in the .NET Core documentation instructs the developer to add project dependencies, and it does not detail how the developer will know / discover the dependency names.

Is there a way to find NuGet specifically for .NET Core libraries and / or .NET Standard compatible libraries ? I would like to use a Mac OS X terminal or even VSCode for this. However, any solution will be a great starting point.

ps. I met Reverse Batch Search , but I have no idea who created it, how relevant it is, and if it will be available in six months.

+4
source share
1 answer

Right now (as of January 2017) there is no easy way to search, unfortunately. This is an open issue in the NuGet Github project.

, (. ). , . "".

+4

Source: https://habr.com/ru/post/1666630/


All Articles