somehow my VS points to the wrong feed ... what is the feed address ... itβs not easy to find
In the visual studio, go to the "Tools" menu β library package manager β package manager settings.
Previously, Visual Studio configuration for NuGet 1.2 points at https://go.microsoft.com/fwlink/?LinkID=206669
This link permits http://packages.nuget.org/v1/FeedService.svc/ (do not use this, just for verification)
Update In Visual Studio 2013, I get https://www.nuget.org/api/v2/ (as "Available Package Sources") and https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/ (as "System-wide package sources")
(Thanks @mheyman)
As in VS2015 (SP2?), By default and only the available channel looks like MS-Curated "Microsoft and .NET" one - https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/ , in which is missing a lot of packages.
For VS2015, you can solve this problem by opening as administrator by selecting:
https://api.nuget.org/v3/index.json
Source: https://habr.com/ru/post/1347064/More articles:AutoMapper: map interface with abstract class - is this possible? - c #getting query string values ββwithout full postback - c #C # read der encoded private key - c #Passing variables in yaml file - ruby-on-railsURL encoded in url is parsed by webflow / EL / JSF - springRunning Java Jar file on Mac OS X - javaNuget Newby question - nugetDownload local XML file in Chrome - xmlMagento - create a module with a simple .phtml template - magentoC # 4.0 get class properties with (specified attribute and .data attribute) - reflectionAll Articles