Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external package source #14055

Open
Harshil12 opened this issue Jan 21, 2025 · 2 comments
Open

Add external package source #14055

Harshil12 opened this issue Jan 21, 2025 · 2 comments
Labels
Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP

Comments

@Harshil12
Copy link

NuGet Product Used

Visual Studio Package Management UI

Product Version

dotnet

Worked before?

No response

Impact

None

Repro Steps & Context

Hi,

I am working with Sandcastle helper builder project,

Issue 1- How can I add my external package source

Issue 2 - I have tried to add package using nuget manage console but run time it does not restore package. However, package.Config works but still issue with update package and all every time I need to do manual update.

Issue 3 - I cannot manage those packages using VS 2022 nuget package console.

Any Example will be great help for me.

Verbose Logs

@Harshil12
Copy link
Author

Same requirement I want. help builder project is part of my larger solution where I want those packages need to be mainaitain by nuget package manager for solution (UI)

How to reference dll and xml files from nuget package as a documentation source

@jeffkl
Copy link
Contributor

jeffkl commented Jan 21, 2025

You can manage package sources in your NuGet.config file by following this guide: https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesources

Alternatively, you can use the dotnet nuget add source command if you have the .NET SDK installed: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-add-source

@jeffkl jeffkl added WaitingForCustomer Applied when a NuGet triage person needs more info from the OP Triage:Untriaged and removed Triage:Untriaged labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP
Projects
None yet
Development

No branches or pull requests

2 participants