| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix warnings
|
|
|
|
|
|
Optimize StringBuilder.Append calls
|
|
|
|
|
|
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add full stop at end of comments (SA1629)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do-not-instantiate-services-at-startup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
Small cleanups here and there
|
|
Backmerge for 10.3.2 release
|
|
Backmerge 10.3.1
|
|
|
|
* Re-add content length, semi revert of changes in #1010
|
|
application/x-www-form-urlencoded
|
|
|
|
|
|
The unrelated changes from #1023 (and more)
|
|
|
|
|
|
|