<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/IO/FileData.cs, branch v12.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v12.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v12.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2022-12-07T15:43:59Z</updated>
<entry>
<title>Use ArgumentException.ThrowIfNullOrEmpty</title>
<updated>2022-12-07T15:43:59Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-10-13T17:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b366dc2e6e5be2b93f2b6fcc4549a32b655c3806'/>
<id>urn:sha1:b366dc2e6e5be2b93f2b6fcc4549a32b655c3806</id>
<content type='text'>
</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>Fix some warnings</title>
<updated>2021-11-09T12:14:31Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-09T12:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5726535a262ce5f671bb0b74dd00c485d17633f0'/>
<id>urn:sha1:5726535a262ce5f671bb0b74dd00c485d17633f0</id>
<content type='text'>
609 left
</content>
</entry>
<entry>
<title>Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)</title>
<updated>2021-06-06T15:16:41Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-06-06T15:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d461e3912a1dfb59a22234e434497b72834de66b'/>
<id>urn:sha1:d461e3912a1dfb59a22234e434497b72834de66b</id>
<content type='text'>
Co-authored-by: Bond-009 &lt;bond.009@outlook.com&gt;</content>
</entry>
<entry>
<title>Fix SA1513, SA1514, SA1507, and SA1508</title>
<updated>2020-09-28T20:04:31Z</updated>
<author>
<name>Matt Montgomery</name>
<email>33811686+ConfusedPolarBear@users.noreply.github.com</email>
</author>
<published>2020-09-28T20:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=53d5f64e037c13c295d82fcb98b91ef2de8fc842'/>
<id>urn:sha1:53d5f64e037c13c295d82fcb98b91ef2de8fc842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release</title>
<updated>2020-08-22T19:56:24Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-08-22T19:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=404bb4f83521760b3e9eeb748ab21d9056c4c023'/>
<id>urn:sha1:404bb4f83521760b3e9eeb748ab21d9056c4c023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1513/SA1516</title>
<updated>2020-06-16T04:11:30Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-15T21:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=247f9c61e60ef774675cb4d6d1734d2ccdc6ee7a'/>
<id>urn:sha1:247f9c61e60ef774675cb4d6d1734d2ccdc6ee7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1508</title>
<updated>2020-06-14T22:45:55Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-14T09:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3d9049ef08b797c270dea7d1f64d2806a65be953'/>
<id>urn:sha1:3d9049ef08b797c270dea7d1f64d2806a65be953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1005</title>
<updated>2020-06-14T22:41:00Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-14T09:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=acd4389653faff01a9c5266d06979d4c20c7d5f5'/>
<id>urn:sha1:acd4389653faff01a9c5266d06979d4c20c7d5f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use typed logger where possible</title>
<updated>2020-06-06T00:15:56Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-06-06T00:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=44957c5a9a11fcd6e4567c7d31bc39d79c709068'/>
<id>urn:sha1:44957c5a9a11fcd6e4567c7d31bc39d79c709068</id>
<content type='text'>
</content>
</entry>
</feed>
