diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-04-19 15:18:28 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-04-20 10:18:12 +0200 |
| commit | 7f4a229cd2fee89fdd8329c9c9f907e381d45c46 (patch) | |
| tree | ce60fe469b635c7c3369964d9783affebc483639 /MediaBrowser.Common/Extensions/ProcessExtensions.cs | |
| parent | 3142c9b9901cc653eb758ba7d47edbbe2190f83d (diff) | |
Add some simple tests
Diffstat (limited to 'MediaBrowser.Common/Extensions/ProcessExtensions.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/ProcessExtensions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/ProcessExtensions.cs b/MediaBrowser.Common/Extensions/ProcessExtensions.cs index c74787122..2f52ba196 100644 --- a/MediaBrowser.Common/Extensions/ProcessExtensions.cs +++ b/MediaBrowser.Common/Extensions/ProcessExtensions.cs @@ -1,3 +1,5 @@ +#nullable enable + using System; using System.Diagnostics; using System.Threading; |
