aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/UserControllerTests.cs
AgeCommit message (Collapse)Author
2022-09-09Fix build errors from new warningsCody Robibero
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2021-12-20Use our own Contains extensioncvium
2021-12-01Use PostAsJsonAsync where possibleBond_009
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-09Add tests for UserControllerBond_009