| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deserialize with the correct type (and warning fixes)
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
of generating it per-query.
|
|
media-attachments
|
|
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
media-attachments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Use System.Text.Json api for databases
|
|
|
|
|
|
* Fix warnings, improve performance
`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)
* Update Providers .csproj to latest C#
* Remove extra newline from DtoService.cs
* Remove extra newline from UserLibraryService.cs
|
|
|
|
|
|
|
|
|
|
|
|
|