jellyfin/RSSDP
Erwin de Haan ec1f5dc317 Mayor code cleanup
Add Argument*Exceptions now use proper nameof operators.

Added exception messages to quite a few Argument*Exceptions.

Fixed rethorwing to be proper syntax.

Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)

Added some TODOs to log certain exceptions.

Fix sln again.

Fixed all AssemblyInfo's and added proper copyright (where I could find them)

We live in *current year*.

Fixed the use of braces.

Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.

Made more Methods that should be static static.

You can now use static to find bad functions!

Removed unused variable. And added one more proper XML comment.
2019-01-10 20:38:53 +01:00
..
Properties Mayor code cleanup 2019-01-10 20:38:53 +01:00
DeviceAvailableEventArgs.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
DeviceEventArgs.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
DeviceUnavailableEventArgs.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
DiscoveredSsdpDevice.cs Removed some warnings 2018-12-16 00:49:18 +01:00
DisposableManagedObjectBase.cs Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00
HttpParserBase.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
HttpRequestParser.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
HttpResponseParser.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
IEnumerableExtensions.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
ISsdpCommunicationsServer.cs Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00
ISsdpDeviceLocator.cs add cancellation to socket methods 2017-02-05 15:44:08 -05:00
ISsdpDevicePublisher.cs rework dlna project 2016-10-29 18:22:20 -04:00
LICENSE Add copyright from upstream projects 2019-01-01 17:21:11 -05:00
RSSDP.csproj Change libraries from netcoreapp to netstandard 2018-12-12 21:39:22 +01:00
RequestReceivedEventArgs.cs update active recordings 2017-08-24 15:52:19 -04:00
ResponseReceivedEventArgs.cs update active recordings 2017-08-24 15:52:19 -04:00
SsdpCommunicationsServer.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
SsdpConstants.cs update active recordings 2017-08-24 15:52:19 -04:00
SsdpDevice.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
SsdpDeviceLocator.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
SsdpDevicePublisher.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
SsdpEmbeddedDevice.cs Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00
SsdpRootDevice.cs Address comments 2018-12-14 17:46:43 +01:00