Nugetfetch

Lightweight, AOT-friendly NuGet client library for .NET: query versions, download and extract .nupkg packages, and search nuget.org. It is NOT the official NuGet.Protocol / NuGet.Client API — the surface is much smaller and the shapes differ. Key rules: you bring your own HttpClient (NuGetClient has no parameterless ctor), extraction lives on a separate static PackageExtractor class, and NormalizeVersion is static. See the body.

richlander Updated

File contents

richlander/dotnet-package-skills/tree/main/examples/nugetfetch/skills/nugetfetch commit 4d0c3ffe8c

Frequently asked questions

npx skillmds@latest add richlander/nugetfetch