loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.58k stars 644 forks source link

Refactor package mirroring #711

Closed loic-sharma closed 2 years ago

loic-sharma commented 2 years ago

After this change there's two services to access packages' state:

This allows us to centralize the mirroring logic into the IPackageService (before mirroring logic was sprinkled throughout the codebase).

Replaces https://github.com/loic-sharma/BaGet/pull/699