| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
|
|
|
|
|
Use typed logger where possible
|
|
|
|
|
|
|
|
This is required for SonarCloud analysis to run
|
|
Refactor some provider classes
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
|
|
|
|
|
|
|
|
|
|
|
|
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
|
|
Backmerge for 10.2.2
|
|
* Check for local image directory existence to avoid tons of exceptions
|
|
|
|
|
|
Fix more analyzer warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|