diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
| commit | 91c2a57b284011a21c926e9238dbc7edb5eaab13 (patch) | |
| tree | 6aa65ceabd25e4ea4ad87fffe0e0596450c50cae /MediaBrowser.Common/Plugins/BasePluginOfT.cs | |
| parent | 48e81e65e8948fa61980744932eb4103a28ed876 (diff) | |
Enable nullable reference types for MediaBrowser.Common
Diffstat (limited to 'MediaBrowser.Common/Plugins/BasePluginOfT.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/BasePluginOfT.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Plugins/BasePluginOfT.cs b/MediaBrowser.Common/Plugins/BasePluginOfT.cs index 99c226f50..361f4803b 100644 --- a/MediaBrowser.Common/Plugins/BasePluginOfT.cs +++ b/MediaBrowser.Common/Plugins/BasePluginOfT.cs @@ -1,4 +1,6 @@ +#nullable disable #pragma warning disable SA1649 // File name should match first type name + using System; using System.IO; using System.Runtime.InteropServices; |
