bagetter / BaGetter

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

Fix serialization of `SearchResult` #115

Closed FroggieFrog closed 3 months ago

FroggieFrog commented 3 months ago

As pointed out by @Splamy (via discord) the official documentation states that Tags (and Authors) can be

string or array of strings

This PR fixes that for Tags (including tests) and also adds the tests for Authors. Also I noticed false positives in the tests for PackageMetadata (my fault) which I fixed.

seriouz commented 3 months ago

Thanks! Lets merge this after the version/stats stuff.