Skip to content

Add new tool for downloading reference assemblies - #713

Open
gewarren wants to merge 3 commits into
dotnet:mainfrom
gewarren:package-downloader
Open

Add new tool for downloading reference assemblies#713
gewarren wants to merge 3 commits into
dotnet:mainfrom
gewarren:package-downloader

Conversation

@gewarren

Copy link
Copy Markdown
Collaborator

Inspired by loss of direct access to nuget.org.

Copilot AI lite review requested due to automatic review settings August 12, 2026 21:24
@gewarren
gewarren requested a review from a team as a code owner August 12, 2026 21:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new PackageDownloader .NET console tool intended to refresh local reference assemblies used by the .NET API reference documentation generator, using a NuGet V3 feed proxy as the source.

Changes:

  • Introduces a new PackageDownloader executable that discovers latest ref-pack versions, downloads, extracts, and copies selected artifacts.
  • Adds logic to derive shim DLL exclusions from netfxreference.props and copies a WindowsDesktop dependency into a dependencies/ directory.
  • Documents basic usage via a new PackageDownloader/README.md.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
PackageDownloader/Program.cs Implements NuGet-feed download/extract/copy workflow for ref packs, including exclusions and dependency copy.
PackageDownloader/PackageDownloader.csproj Defines a new .NET executable project and its NuGet dependency.
PackageDownloader/README.md Adds initial run instructions and a warning about directory recreation.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread PackageDownloader/Program.cs Outdated
Comment thread PackageDownloader/Program.cs
Comment thread PackageDownloader/Program.cs Outdated
Comment thread PackageDownloader/Program.cs
Comment thread PackageDownloader/README.md Outdated
gewarren and others added 2 commits August 12, 2026 14:32
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@gewarren
gewarren enabled auto-merge (squash) August 12, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants