aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Common.Tests/Json
AgeCommit message (Collapse)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-05Add property based testingBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-12Add JsonStringConvertercrobibero
2021-03-05Apply suggestions from code reviewCody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-03-05Add JsonVersionConverter and testscrobibero
2021-02-23Improve branch coverageBond_009
2021-01-09Merge pull request #4899 from jellyfin/nullableguidBond-009
Cover all branches in JsonNullableGuidConverter
2021-01-06Add serialize testcrobibero
2021-01-04Fix serialization loopcrobibero
2020-12-31Cover all branches in JsonNullableGuidConverterBond_009
2020-12-30Merge pull request #4884 from crobibero/json-nullable-guid-converterJoshua M. Boniface
Add JsonConverter for Nullable Guids
2020-12-29Add JsonConverter for Nullable Guidscrobibero
2020-12-29Use Theory instead of Fact for unit testsDavid
2020-12-25Remove attributesDavid
2020-12-25Add more testsDavid
2020-12-25Add targeted testscrobibero
2020-12-25Add tests for special Omdb jsoncrobibero
2020-12-09Add nullable guid testcrobibero
2020-12-08Serialize GUID without dashescrobibero
2020-12-08Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
Don't serialize empty GUID to null
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-12-07Simplify convertercrobibero
2020-12-06Add number to bool json convertercrobibero
2020-11-28Add more tests for JsonGuidConverterBond_009
2020-10-29Support IReadOnlyList for JsonCommaDelimitedArrayConvertercrobibero
2020-10-16Add whitespace handling and testscrobibero
2020-10-11Add tests and switch to factorycrobibero
2020-10-04Add roundtrip testBond_009
2020-10-02Add tests for deserializing guidsBond_009