<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/src/Jellyfin.Extensions/EnumerableExtensions.cs, branch v10.11.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-03-28T12:51:44Z</updated>
<entry>
<title>Reduce allocations, simplifed code, faster implementation, included tests - StreamInfo.ToUrl (#9369)</title>
<updated>2025-03-28T12:51:44Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-03-28T12:51:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9657708b384dfca474c28f673a2d79a3f3e4db9f'/>
<id>urn:sha1:9657708b384dfca474c28f673a2d79a3f3e4db9f</id>
<content type='text'>
* Rework PR 6168

* Fix test</content>
</entry>
<entry>
<title>Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz</title>
<updated>2022-10-22T10:44:44Z</updated>
<author>
<name>MrTimscampi</name>
<email>julien.machiels@protonmail.com</email>
</author>
<published>2022-04-07T10:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7ad0c9ba24a5f248c2f5b0d89ff096779d22a2b8'/>
<id>urn:sha1:7ad0c9ba24a5f248c2f5b0d89ff096779d22a2b8</id>
<content type='text'>
Co-authored-by: crobibero &lt;cody@robibe.ro&gt;
Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Use ArgumentNullException.ThrowIfNull helper method</title>
<updated>2022-10-06T18:21:23Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-10-06T18:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a9a5fcde81060c9da2096235d61128006339a2ee'/>
<id>urn:sha1:a9a5fcde81060c9da2096235d61128006339a2ee</id>
<content type='text'>
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)

```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```

```
ArgumentNullException.ThrowIfNull($1);
```
</content>
</entry>
<entry>
<title>Move non-jellyfin extensions to separate project</title>
<updated>2021-06-19T16:04:46Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-06-19T16:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6f8ccab788e85e025eaa44b67a1487bf419afb53'/>
<id>urn:sha1:6f8ccab788e85e025eaa44b67a1487bf419afb53</id>
<content type='text'>
</content>
</entry>
</feed>
