# .NET Mirror (NuGet registry, dotnet) in Iran

Canonical: https://mirror.rasanegaar.com/guides/en/nuget.html
Language: en

.NET mirror and NuGet registry for dotnet, C# and MSBuild from Iran — mirror.rasanegaar.com/nuget/

.NET mirror (NuGet registry, dotnet) — For .NET package restore in Iran, Rasanegaar Mirror keeps a NuGet source close to your SDK.

## About

NuGet is the official .NET package feed; every `dotnet restore` moves real traffic.
A local source serves the same packages from inside Iran.

## Mirror in Iran

The NuGet source at `mirror.rasanegaar.com/nuget` is live.
Landing page: `/repos/nuget/`.

Browse URL: https://mirror.rasanegaar.com/nuget/

## Configuration

1. Add the source:
   ```
   dotnet nuget add source https://mirror.rasanegaar.com/nuget/ -n rasanegaar
   ```
2. Try a test restore:
   ```
   dotnet restore
   ```

## Updates

.NET restores in Iran via the local source stay steadier when nuget.org is slow.

## Related

Registry landing: https://mirror.rasanegaar.com/repos/nuget/en/
Guide HTML: https://mirror.rasanegaar.com/guides/en/nuget.html
