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.Api.Tests
/
ModelBinders
Age
Commit message (
Collapse
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2022-09-09
Fix build errors from new warnings
Cody Robibero
2021-02-20
Enable TreatWarningsAsErrors for MediaBrowser.Model
Bond_009
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-15
Fix tests
crobibero
2020-11-15
Merge remote-tracking branch 'upstream/master' into dotnet-5
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api.Tests
crobibero
2020-11-12
Don't throw exception when converting values using binder or JsonConverter
crobibero
2020-10-09
Fix and clean tests
crobibero
2020-10-03
test: use descriptive test method names
github@esslinger.dev
2020-10-03
test: add CommaDelimitedArrayModelBinder tests
github@esslinger.dev
2020-10-03
test: add TestType enum
github@esslinger.dev