jellyfin/tests
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
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);
```
2022-10-06 20:21:23 +02:00
..
Jellyfin.Api.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Common.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Controller.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Dlna.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Extensions.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.MediaEncoding.Hls.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.MediaEncoding.Keyframes.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.MediaEncoding.Tests Remove redundant using directives 2022-09-28 16:26:03 +02:00
Jellyfin.Model.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Naming.Tests Remove redundant using directives 2022-09-28 16:26:03 +02:00
Jellyfin.Networking.Tests Use ArgumentNullException.ThrowIfNull helper method 2022-10-06 20:21:23 +02:00
Jellyfin.Providers.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.Server.Implementations.Tests Remove redundant using directives 2022-09-28 16:26:03 +02:00
Jellyfin.Server.Integration.Tests Remove redundant using directives 2022-09-28 16:26:03 +02:00
Jellyfin.Server.Tests Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 2022-09-26 12:01:34 +00:00
Jellyfin.XbmcMetadata.Tests Remove redundant using directives 2022-09-28 16:26:03 +02:00
coverletArgs.runsettings Split CI testing files 2020-01-15 11:05:57 +01:00
jellyfin-tests.ruleset Merge MediaBrowser.Api.Tests into Jellyfin.Api.Tests 2020-09-03 23:13:46 +02:00