aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/ServiceExec.cs
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* 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
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-03-07Don't set status code if response is closedClaus Vium
2019-02-06Move some arrays to genericsBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-01fix skiasharp referenceLuke Pulverenti
2017-08-30update skiasharp to 1.58.1Luke Pulverenti
2017-08-303.2.30.3Luke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-02-13implement chrome media session apiLuke Pulverenti
2017-02-12localization fixesLuke Pulverenti