<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Net/UdpSocket.cs, branch v10.11.0-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.11.0-rc3</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.11.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2023-02-17T16:39:11Z</updated>
<entry>
<title>Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery</title>
<updated>2023-02-17T16:39:11Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2023-02-16T17:15:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=42498194d9a4069b8cdeb9446f2714f74e3169de'/>
<id>urn:sha1:42498194d9a4069b8cdeb9446f2714f74e3169de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace != null with is not null</title>
<updated>2022-12-05T14:01:13Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-05T14:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=52194f56b5f07e3ae01e2fb6d121452e37d1e93f'/>
<id>urn:sha1:52194f56b5f07e3ae01e2fb6d121452e37d1e93f</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.lodewillems.com/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>Don't allow throwing System.Exception (#8378)</title>
<updated>2022-09-11T23:56:41Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-09-11T23:56:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2d57e71b4446df7274ae3a9bc45421f890c1bdd2'/>
<id>urn:sha1:2d57e71b4446df7274ae3a9bc45421f890c1bdd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always create TaskCompletionSource&lt;T&gt; with TaskCreationOptions.RunContinuationsAsynchronously</title>
<updated>2022-01-22T16:06:57Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-01-22T16:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=832da133d820a5886904e7ea6480dfa029d6f5e8'/>
<id>urn:sha1:832da133d820a5886904e7ea6480dfa029d6f5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings in UdpSocket</title>
<updated>2021-10-04T01:41:22Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2021-10-02T17:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8c8ca9adedf3e9df3c6fb83ee0967f0af5fc9fc3'/>
<id>urn:sha1:8c8ca9adedf3e9df3c6fb83ee0967f0af5fc9fc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2021-09-03T17:32:11Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-09-03T16:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=637e86478f5cca7c8ac5e17cf541dc4c6adac14e'/>
<id>urn:sha1:637e86478f5cca7c8ac5e17cf541dc4c6adac14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable reference types for Emby.Server.Implementations</title>
<updated>2021-05-20T20:48:53Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-20T19:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7e8428e588b3f0a0574da44081098c64fe1a47d7'/>
<id>urn:sha1:7e8428e588b3f0a0574da44081098c64fe1a47d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2020-07-24T14:37:54Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2020-07-24T14:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=01e781035fc974c329f23892ea95bae66baa82f1'/>
<id>urn:sha1:01e781035fc974c329f23892ea95bae66baa82f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1503 for one line if statements</title>
<updated>2020-06-20T08:35:29Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-20T08:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=98db8f72e01b608e6c384ecf5b107fc2d105b652'/>
<id>urn:sha1:98db8f72e01b608e6c384ecf5b107fc2d105b652</id>
<content type='text'>
</content>
</entry>
</feed>
