Example Command which Fails:
PS C:\WINDOWS\system32> Install-Package Microsoft.EntityFrameworkCore.ToolsWARNING: Cannot access 'packages.infragistics.com/.../licensed'. Are you missing 'Credential' parameter in the cmdlet?
bob
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.
When I select from visual studio PM console I can see the feed. The first command had All selected for source. However when I run the same command outside VS it fails due to lack of credentials.
Have a look at this topic - https://ko.infragistics.com/community/blogs/b/infragistics/posts/nuget-credential-prompts-fix
You can try this NuGet CLI command in order to add your credentials:
Nuget.exe sources update -Name “IGPrivate” -UserName -Password