The request was aborted: Could not create SSL/TLS secure channel for...
Please note we have corporate proxy configured, this link(https://api.nuget.org/v3/index.json) i can able to open in chrome browser but getting issue in VS 2019 nuget console OS : windows servere 2012...
View ArticleNuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown...
I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. Now, I am using Visual Studio 2015 to install Micrososft.Aspnet.mvc to a project,...
View ArticleNuget package installed but references not resolved
I have a multi-project solution with Prism Nuget packages installed in several projects. I then attempted to add a Prism Mef extensions package to one of the projects using the Nuget Package Manager UI...
View Articleinstall-package : Dependency loop detected for package 'Microsoft.Data.Sqlite'
I am trying to install Microsoft.Data.Sqlite with PowerShell's cmdLet install-package:$pkg = find-package -name Microsoft.Data.Sqlite install-package -force -scope currentUser -verbose $pkg The second...
View ArticleInclude CSHTM files into nuget packages using visual studio
I'm trying to include some cshtml files like Default.cshtml into another class library project which generate a Nuget package. I have set Content for its Build Action but in the consumer project when I...
View ArticleInclude my Nuget README in my Nuget Package
I maintain a few tiny Nuget Packages.I have a Nuget README file in the git repository, and the .nupkg file is auto-built by VS, based on the "Package" config, stored in the .csproj file.Whenever I need...
View ArticlePackage requires NuGet client version '2.12'
I am trying to install 'WindowsAzure.Storage 8.0.1' in visual studio 2012, but getting the error package requires NuGet client version '2.12' or above, but the current NuGet version is...
View ArticleIssue while installing AutoMapper 9.0.0 using Nuget in VS2019 and dotnet core...
I want to install AutoMapper v9.0.0 using nuget package manager. I am using VisualStudio 2019 and the framework is core 3.0 I am getting following error on the console while installing. install-package...
View ArticleHow its the package Nito.AsyncEx in Nuget targeting multiple framework
I need to know how is the package Nito.AsyncEx targeting multiple frameworkSslike when i install it in .Net Project or .Net Core its compatible with both of them. Is this package developed in .Net...
View Articleaspdotnet core project build fail on new machin
Hi I am facing a strange problem,I have create a asp.net core 2.1 web project, it works/build fine on my machine.Then I have zipped the project folder with .sln file and moved it to new machin, this...
View ArticleCopy static files to the project root folder using Nuget
I'm trying to copy some static files css, js etc to the project root folder when it got installed. but every time it just only copies all static files to the bin folder!Here is .nupkg file:<?xml...
View ArticleWhat if two nuget package point to the same Dll
Ok. So I have one solution with three projectsProject-A.csproj(turned into A.nupkg)Project B.csproj(turned into B.nupkg)Utils.csprojSince utils.csproj has a lot of central functions both A and B have...
View ArticleWhat does "Include copyright notice" actually mean when using binary package?
I know this is not a pure-code question but I'm sure it must be interesting to most developers:As a developer that works for a company I use third-party libraries (binaries) in my project. For...
View ArticleIs there any way that I can make video calling system in Xamarin Form [closed]
I want to add video calling features in my app. But I can't find anything helpful. I found a NuGet package OpenTok. There are no documentation or tutorial for that. Can you tell me how can I add video...
View ArticleVisual Studio Code - Not able to upload nuget packge that is created locally...
So I have written two programs(Main program and Calculatorlib) on Visual Studio Code where I have created package locally for one of the programs(Caluclatorlib)by using the command dotnet pack. The...
View ArticleI have a nuget package - where to discuss about it?
I'm planning to publish nuget package, source code will be available on GitHub. As I'm expecting and motivating people to discuss about package, the question is where to start a discussion? I don't...
View ArticleBuilding NuGet packages from Visual Studio
I'm trying to share an internal company assembly via NuGet packages and a private source. This assembly targets .NET Framework 4.6.1. I want these NuGet packages to pack automatically from Visual...
View ArticleHow do I remove the codecracker Nuget package?
I installed the Nuget Codecracker.csharp package in VS2015, as a trial. I then uninstalled it using the Solution Explorer "Manage Nuget Packages for Solution" tool. This now shows the packages as being...
View ArticleNuGet fails to find existing package
How it's possible that NuGet's Install-Package fails with Unable to find version 'x' of package 'y' when that exact version is released as NuGet to official repository and it shown on the...
View ArticleCould not find file 'bin\Antlr3.Runtime.pdb' Error when creating deployment...
I'm getting the following error when tried to create deployment package."Copying file bin\Antlr3.Runtime.pdb to obj\Release\AspnetCompileMerge\Source\bin\Antlr3.Runtime.pdb failed. Could not find file...
View Article