RootIO. prefix at pkg.root.io/nuget/ and can be consumed via the Root Patcher CLI or by adding Root as a NuGet package source.
Prerequisites
Install the Root Patcher CLI (rootio_patcher):
How NuGet Patching Works
Root publishes patched NuGet packages in two forms:
Both forms contain identical patched source. The aliased form lets you reference the patched package explicitly; the original form is a drop-in that requires no
PackageReference changes.
Configure the Registry
Add Root as a package source in yourNuGet.Config:
Patch Dependencies
Use the Root Patcher CLI to identify vulnerable NuGet packages and apply Root-patched versions:PackageReference entries to use the aliased RootIO.* package name with the patched version:
PackageReference update.
Then restore and build as usual: