πŸ“˜

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

← Back to Dashboard