Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use nuget.org for publicly available packages#776

Open
jimmylewis wants to merge 1 commit intoaspnet:mainfrom
jimmylewis:nuget
Open

Use nuget.org for publicly available packages#776
jimmylewis wants to merge 1 commit intoaspnet:mainfrom
jimmylewis:nuget

Conversation

Copy link
Contributor

jimmylewis commented Dec 19, 2024

When package dependency versions change, the libman package feed (hosted on the azure-public ADO instance) is not writable by non-Microsoft employees. This can lead to issues building the solution when adding/updating references, especially including when runtime packages update from SDK servicing.

This change fetches any publicly available packages from nuget.org, which makes it easier to support new packages or package upgrades.

Having multiple package sources is not a risk when using packageSourceMappings.

Resolves #728

When package dependency versions change, the libman package feed (hosted
on the azure-public ADO instance) is not writable by non-Microsoft
employees. This can lead to issues building the solution when
adding/updating references, especially including when runtime packages
update from SDK servicing.

This change fetches any publicly available packages from nuget.org,
which makes it easier to support new packages or package upgrades.

Having multiple package sources is not a risk when using
packageSourceMappings.

Resolves aspnet#728
jimmylewis requested a review from phil-allen-msft December 19, 2024 05:15
phil-allen-msft mentioned this pull request Jan 10, 2025
Copy link

Piedone commented Dec 9, 2025

@phil-allen-msft could you please check this, as asked by @jimmylewis?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

phil-allen-msft Awaiting requested review from phil-allen-msft

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Unable to build the project locally

2 participants