index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Common.Tests
/
Json
Age
Commit message (
Collapse
)
Author
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-06-05
Add property based testing
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-03-12
Add JsonStringConverter
crobibero
2021-03-05
Apply suggestions from code review
Cody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-03-05
Add JsonVersionConverter and tests
crobibero
2021-02-23
Improve branch coverage
Bond_009
2021-01-09
Merge pull request #4899 from jellyfin/nullableguid
Bond-009
Cover all branches in JsonNullableGuidConverter
2021-01-06
Add serialize test
crobibero
2021-01-04
Fix serialization loop
crobibero
2020-12-31
Cover all branches in JsonNullableGuidConverter
Bond_009
2020-12-30
Merge pull request #4884 from crobibero/json-nullable-guid-converter
Joshua M. Boniface
Add JsonConverter for Nullable Guids
2020-12-29
Add JsonConverter for Nullable Guids
crobibero
2020-12-29
Use Theory instead of Fact for unit tests
David
2020-12-25
Remove attributes
David
2020-12-25
Add more tests
David
2020-12-25
Add targeted tests
crobibero
2020-12-25
Add tests for special Omdb json
crobibero
2020-12-09
Add nullable guid test
crobibero
2020-12-08
Serialize GUID without dashes
crobibero
2020-12-08
Merge pull request #4730 from crobibero/base-item-dto-guid-nullable
Claus Vium
Don't serialize empty GUID to null
2020-12-08
Fix JsonConverter recursion
crobibero
2020-12-07
Make BaseItemDto Guids nullable
crobibero
2020-12-07
Simplify converter
crobibero
2020-12-06
Add number to bool json converter
crobibero
2020-11-28
Add more tests for JsonGuidConverter
Bond_009
2020-10-29
Support IReadOnlyList for JsonCommaDelimitedArrayConverter
crobibero
2020-10-16
Add whitespace handling and tests
crobibero
2020-10-11
Add tests and switch to factory
crobibero
2020-10-04
Add roundtrip test
Bond_009
2020-10-02
Add tests for deserializing guids
Bond_009