Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
All access to non-Infragistics PowerShell Nuget access fails without Infragistics Credentials
posted
Once I set Visual Studio 2017 to use Infragistics licensed feed all PowerShell command line references to NuGet warn and then fail.
Registered Sources:
PS C:\WINDOWS\system32> Get-PackageSource
Name                         ProviderName     IsTrusted  Location
----                             ------------               ---------      --------
nuget.org                   NuGet                  False         api.nuget.org/.../index.json
Infragistics Feed        NuGet                  False         packages.infragistics.com/.../licensed
PSGallery                  PowerShellGet    False         www.powershellgallery.com/.../

Example Command which Fails:

PS C:\WINDOWS\system32> Install-Package Microsoft.EntityFrameworkCore.Tools
WARNING: Cannot access 'packages.infragistics.com/.../licensed'. Are you missing 'Credential' parameter in the cmdlet?

bob

Parents
No Data
Reply
  • 20255
    Offline posted

    Hey Bob,

    As I see from the error message, you are trying to install Microsoft.EntityFrameworkCore.Tools from our IG packages, although we do not provide such package. Is it possible to check your source configuration.

    Also could you please let me know are you able to see/access any of our nugget packages, I just have verified that I am able to access them.

    Looking forward to hearing from you.

Children