bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

Stats page #111

Closed seriouz closed 3 months ago

seriouz commented 3 months ago

As suggested in bagetter/BaGetter#102 this PR adds a stats page. I had some trouble with finding out which services are really used during DI setup time. The only thing that came to my mind (without reworking the whole DI registration process) was adding a static helper service for the Statistic that is used to remember which services are acutally in use and not just registered in the DI.

seriouz commented 3 months ago

I don't know what GitHub did here, but it showed merge conflicts but there weren't any during a manual merge.