Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Installing NuGet package without validating public key signature

$
0
0

I am trying to install following NuGet package in Visual Studio 2019 on my laptop. But it seems ZScalar root certificate in office network causing some error while installing package. If I try this in test network I am able to install the package.

Please suggest any way by which I can install package without certificate validation(without validating public key signature). Same as we do for apt-get on linux with –allow-unauthenticated parameter.

PM> Install-Package Microsoft.CognitiveServices.SpeechInstall-Package : Unable to find package 'Microsoft.CognitiveServices.Speech' at source ''.At line:1 char:1+ Install-Package Microsoft.CognitiveServices.Speech+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo          : NotSpecified: (:) [Install-Package], Exception+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>