loic-sharma / BaGet

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

Add search response builder abstraction #698

Closed loic-sharma closed 2 years ago

loic-sharma commented 2 years ago

Refactors the search implementations to share their response building logic. This reduces the logic in search providers to prepare for supporting the NuGet V2 protocol.

Part of https://github.com/loic-sharma/BaGet/issues/43