<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Model/Querying/QueryResult.cs, branch v10.6.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.6.3</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.6.3'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2020-06-15T22:37:52Z</updated>
<entry>
<title>Add full stop at end of comments (SA1629)</title>
<updated>2020-06-15T22:37:52Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-15T22:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9018f8d8be10bc4812f7d1bd230a1516eca61eea'/>
<id>urn:sha1:9018f8d8be10bc4812f7d1bd230a1516eca61eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullabe reference types for MediaBrowser.Model</title>
<updated>2020-04-05T16:10:56Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-04-05T16:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=30ce346f343ca61f921ec7d6faf2f06311c04e71'/>
<id>urn:sha1:30ce346f343ca61f921ec7d6faf2f06311c04e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2020-02-23T11:11:43Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-02-23T11:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=07cc4be6a747cfea40ee7a540385d6d8f38de726'/>
<id>urn:sha1:07cc4be6a747cfea40ee7a540385d6d8f38de726</id>
<content type='text'>
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
</content>
</entry>
<entry>
<title>Minor improvements</title>
<updated>2020-02-19T22:08:58Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2020-02-19T20:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=adc9fc282cf94adbfb48b3680246105b55d24ff5'/>
<id>urn:sha1:adc9fc282cf94adbfb48b3680246105b55d24ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings MediaBrowser.Model</title>
<updated>2020-02-04T00:49:27Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2020-02-04T00:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f47ad85011a1251c3fda8a213c0b96dcf46d5e05'/>
<id>urn:sha1:f47ad85011a1251c3fda8a213c0b96dcf46d5e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add StartIndex result to /Items API query</title>
<updated>2019-12-10T17:30:44Z</updated>
<author>
<name>chaosinnovator</name>
<email>thomas.boland@outlook.com</email>
</author>
<published>2019-12-10T17:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b98e25a07e9b487a65019dc53b28d9337bafd1d4'/>
<id>urn:sha1:b98e25a07e9b487a65019dc53b28d9337bafd1d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings, improve performance (#1665)</title>
<updated>2019-09-02T06:19:29Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-02T06:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ee637e8fecbcefe429babbbbd1325bce7c3fe991'/>
<id>urn:sha1:ee637e8fecbcefe429babbbbd1325bce7c3fe991</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Reformat JustAMan review pt2 changes</title>
<updated>2019-01-17T19:24:39Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-17T19:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=38f96af079887cce7c38fcde8340fd7c6d1150ad'/>
<id>urn:sha1:38f96af079887cce7c38fcde8340fd7c6d1150ad</id>
<content type='text'>
Refs #575
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model</title>
<updated>2019-01-13T20:02:23Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8f41ba4d3aa0a7001748c0282e39baf50f0af13f'/>
<id>urn:sha1:8f41ba4d3aa0a7001748c0282e39baf50f0af13f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GPL modules</title>
<updated>2018-12-27T23:27:57Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2018-12-27T23:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a86b71899ec52c44ddc6c3018e8cc5e9d7ff4d62'/>
<id>urn:sha1:a86b71899ec52c44ddc6c3018e8cc5e9d7ff4d62</id>
<content type='text'>
</content>
</entry>
</feed>
