Nuget Registry
NuGet - https://api.nuget.org
π How to Use This Mirror
Complete guide for connecting and using this registry
π§ Setup Instructions
You can use this NuGet mirror in several ways:
Method 1: Add Source
nuget sources add -name ChabokMirror -source http://mirror2.chabokan.net/nuget/v3/index.json
Method 2: Configure in nuget.config
Create nuget.config in your project root:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="ChabokMirror" value="http://mirror2.chabokan.net/nuget/v3/index.json" />
</packageSources>
</configuration>
π‘ Usage Examples
Install package:
nuget install PackageName
Using .NET CLI:
dotnet add package PackageName
Restore packages:
nuget restoreβ οΈ Important Notes
- β All packages are automatically cached in the mirror
- β If a package is not in cache, it will be fetched from upstream
- β Cached packages download much faster
- β‘ For best performance, use permanent configuration
- β οΈ Warning: You are using HTTP. For better security, use HTTPS
Total Packages
0
Total Downloads
0
Total Size
0Β bytes
Recent Downloads
Latest package downloads from this registry
No downloads yet
Popular Packages
Most downloaded packages
No packages yet
Recently Cached
Latest packages added to cache
No packages yet