Merge pull request #5982 from Bond-009/nullable

This commit is contained in:
Bond-009
2021-05-06 23:33:41 +02:00
committed by GitHub
44 changed files with 145 additions and 165 deletions

View File

@@ -1,3 +1,5 @@
#nullable disable
using System;
using System.IO;
using System.Reflection;

View File

@@ -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;

View File

@@ -1,3 +1,5 @@
#nullable disable
using System;
using MediaBrowser.Model.Plugins;

View File

@@ -1,5 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Reflection;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using MediaBrowser.Model.Plugins;

View File

@@ -1,5 +1,3 @@
#nullable enable
using System;
using System.Text.Json.Serialization;
using MediaBrowser.Model.Plugins;