Merge pull request #6172 from Bond-009/nullable6

Remove useless nullable directives
This commit is contained in:
Claus Vium 2021-06-12 00:22:30 +02:00 committed by GitHub
commit cb77f8ee28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 32 deletions

View File

@ -1,7 +1,3 @@
#nullable disable
#nullable enable
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;

View File

@ -1,7 +1,4 @@
#nullable disable
#pragma warning disable CS1591
#nullable enable
using System;
using System.Collections.Generic;

View File

@ -1,7 +1,4 @@
#nullable disable
#pragma warning disable CS1591
#nullable enable
using System;
using System.Collections.Generic;

View File

@ -1,7 +1,4 @@
#nullable disable
#pragma warning disable CS1591
#nullable enable
using MediaBrowser.Model.Drawing;

View File

@ -1,6 +1,3 @@
#nullable disable
#nullable enable
#pragma warning disable CS1591
using System;

View File

@ -1,6 +1,3 @@
#nullable disable
#nullable enable
#pragma warning disable CS1591
using System;

View File

@ -1,9 +1,5 @@
#nullable disable
#pragma warning disable CS1591
#nullable enable
using System;
using System.Net;
using System.Net.WebSockets;

View File

@ -1,5 +1,3 @@
#nullable enable
namespace MediaBrowser.Model.Configuration
{
/// <summary>

View File

@ -1,4 +1,3 @@
#nullable enable
#pragma warning disable CS1591
using System;

View File

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

View File

@ -1,5 +1,3 @@
#nullable enable
namespace MediaBrowser.Model.Plugins
{
/// <summary>

View File

@ -1,5 +1,3 @@
#nullable enable
using System.Text.Json.Serialization;
using SysVersion = System.Version;