I like to include CommonServiceLocator.MefAdapterVisual Studio Community 2015 in the project. When I try to install the package: https://www.nuget.org/packages/CommonServiceLocator.MefAdapter/1.0.0
CommonServiceLocator.MefAdapter
I get an error message:
PM> Installation package CommonServiceLocator.MefAdapter Install-Package: Cannot find the package 'CommonServiceLocator.MefAdapter' On the line: 1 char: 17 + Install-Package <<<CommonServiceLocator.MefAdapter + CategoryInfo: NotSpecified: (:) [Install-Package] , exception + FullyQualifiedErrorId: NuGetCmdletUnhandledException, NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Check if your path to the NuGet server is correct.
You can do this as follows: Tools-> Options-> NuGet Package Manager (use search). Make sure your path is https://api.nuget.org/v3/index.json
I created a project, and I could install this package there.
If you have multiple sources registered for Nuget, in Visual Studio 2015 you may need to select the correct source from the drop-down list in the upper left corner of the package manager console.
Source: https://habr.com/ru/post/1611757/More articles:yii2 отключить доступ по правильной части правила маршрутизации - yii2Equivalent to SAS Array in R - arraysHow can I describe a table in a cassandra database? - cqlDataTemplate cannot resolve DataType prefix data - c #SQL Choice of two tables with internal join and limit - sqlException exceptions in C # tasks without waiting - c #PHPUnit 0% coverage with Jetbrains PHPStorm - phpUsing Task.Factory.StartNew with an action that takes a single int parameter - c #ListBox mulitple Selection selects all selected values - c #Is it possible to place the physical body in only one part of the sprite? - iosAll Articles