Remove redundant #nullable enable (#4275)

This commit is contained in:
Visne
2021-07-17 02:37:09 +02:00
committed by GitHub
parent 84616743e9
commit b7dc3c81ae
890 changed files with 354 additions and 1246 deletions

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Administration;
using Content.Server.Administration;
using Content.Server.AI.Components;
using Content.Server.AI.Utility;
using Content.Server.AI.Utility.AiLogic;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.GameTicking;
using Content.Server.GameTicking;
using Content.Shared.Movement.Components;
using Content.Shared.Roles;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.AI.EntitySystems;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Server.AI.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Server.AI.Components;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.AI.Utility;
using Content.Server.AI.Utility;
using Content.Server.AI.WorldState.States.Inventory;
using Content.Server.Storage.Components;
using Content.Shared.Interaction;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Hands.Components;
using Content.Server.Interaction;
using Content.Server.Items;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Hands.Components;
using Content.Server.Items;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Hands.Components;
using Content.Server.Items;
using Content.Server.Nutrition.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Hands.Components;
using Content.Server.Items;
using Content.Server.Nutrition.Components;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Server.Access.Components;
using Content.Server.AI.Components;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Server.AI.EntitySystems;

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using System.Threading.Tasks;
using Content.Server.Hands.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.ViewVariables;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using System.Threading.Tasks;
using Content.Server.Hands.Components;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Content.Shared.AME;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Roles;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.CombatMode;
using Content.Shared.Actions.Behaviors;
using Content.Shared.Notification;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Linq;
using Content.Server.Act;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using Content.Server.Ghost;
using Content.Shared.Actions.Behaviors;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Server.CharacterAppearance.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Administration;
using Content.Server.Commands;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Administration;
using Content.Server.Commands;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Administration;
using Content.Server.Commands;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.ActionBlocker;
using Content.Shared.Actions;

View File

@@ -1,6 +1,5 @@
using Content.Shared.Administration;
#nullable enable
namespace Content.Server.Administration
{

View File

@@ -8,7 +8,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.IoC;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

@@ -5,7 +5,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.IoC;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Administration;
using Content.Shared.Administration;
using Robust.Shared.Console;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Administration;
using Robust.Shared.Console;
using Robust.Shared.GameObjects;

View File

@@ -4,7 +4,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.Map;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

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

View File

@@ -5,7 +5,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.IoC;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

@@ -6,7 +6,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.IoC;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Administration.Managers;
using Content.Server.Administration.Managers;
using JetBrains.Annotations;
using Robust.Server.Player;
using Robust.Shared.Console;

View File

@@ -3,7 +3,6 @@ using Robust.Server.Player;
using Robust.Shared.Console;
using Robust.Shared.IoC;
#nullable enable
namespace Content.Server.Administration.Commands
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.GameTicking;
using Content.Server.GameTicking;
using Content.Shared.Administration;
using Robust.Server.Player;
using Robust.Shared.Console;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Administration;
using Content.Shared.Administration;
using Robust.Shared.Console;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Database;
using Content.Server.Interfaces;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Mind.Components;
using Content.Server.Players;
using Content.Shared.Administration;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Administration.UI;
using Content.Server.EUI;
using Content.Server.Interfaces;

View File

@@ -23,7 +23,6 @@ using Robust.Shared.Network;
using Robust.Shared.Utility;
using YamlDotNet.RepresentationModel;
#nullable enable
namespace Content.Server.Administration.Managers
{

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using Content.Shared.Administration;
using Robust.Server.Player;
#nullable enable
namespace Content.Server.Administration.Managers
{

View File

@@ -14,7 +14,6 @@ using Robust.Shared.Network;
using DbAdminRank = Content.Server.Database.AdminRank;
using static Content.Shared.Administration.PermissionsEuiMsg;
#nullable enable
namespace Content.Server.Administration.UI
{

View File

@@ -13,7 +13,6 @@ using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
#nullable enable
namespace Content.Server.Administration.Verbs
{

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Verbs;
using Robust.Server.Console;
using Robust.Server.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Cuffs.Components;
using Content.Shared.Alert;
using JetBrains.Annotations;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Administration;
using Content.Server.Commands;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Administration;
using Content.Server.Commands;

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Server.Power.Components;
using Content.Server.UserInterface;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using Content.Server.Atmos.EntitySystems;
using Content.Shared.Atmos;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Atmos.EntitySystems;
using Content.Shared.Atmos;
using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Atmos.EntitySystems;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Temperature.Components;
using Robust.Shared.GameObjects;
using Robust.Shared.ViewVariables;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Body.Respiratory;
using Content.Server.Body.Respiratory;
using Content.Shared.Inventory;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Atmos.EntitySystems;
using Content.Server.Doors;
using Content.Server.Doors.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Threading.Tasks;
using Content.Server.Atmos.EntitySystems;

View File

@@ -1,4 +1,3 @@
#nullable enable
#nullable disable warnings
using System;
using Content.Server.Atmos.EntitySystems;

View File

@@ -1,4 +1,3 @@
#nullable enable
// ReSharper disable once RedundantUsingDirective
using System;
using System.Collections;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Server.Atmos.Piping.Components;
using Content.Server.NodeContainer.NodeGroups;
using Content.Shared.Atmos;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Diagnostics.CodeAnalysis;
using Content.Shared.Atmos;
using Content.Shared.MobState;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.Atmos;
using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Content.Server.Atmos.Piping.Components;
using Content.Server.NodeContainer.NodeGroups;
using Content.Shared.Atmos;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Server.Atmos.Components;
using Content.Shared.Atmos;
using Content.Shared.Atmos.EntitySystems;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Atmos.Components;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Atmos;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Interfaces;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Atmos.EntitySystems;
using Content.Server.Coordinates.Helpers;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Atmos.EntitySystems;
using Content.Server.Coordinates.Helpers;
using Content.Server.Interfaces;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Atmos.EntitySystems;
using Content.Server.Fluids.Components;
using Content.Server.Interfaces;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using Content.Server.Power.Components;
using Robust.Server.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Robust.Shared.Localization;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Ghost;
using Content.Server.Ghost;
using Content.Server.Ghost.Components;
using Content.Server.Mind.Components;
using Content.Shared.Body.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using Content.Server.Body.Circulatory;
using Content.Shared.Body.Networks;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Server.Atmos;
using Content.Server.Atmos.Components;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Body.Behavior;
using Content.Shared.Body.Behavior;
using Content.Shared.Body.Components;
using Content.Shared.Body.Mechanism;
using Content.Shared.Body.Part;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Linq;
using Content.Server.Body.Circulatory;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.GameTicking;
using Content.Server.Ghost;
using Content.Server.Mind.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Administration;
using Content.Shared.Administration;
using Content.Shared.Body.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Administration;
using Content.Shared.Administration;
using Content.Shared.Body.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Administration;
using Content.Shared.Administration;
using Content.Shared.Body.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using Content.Server.Administration;
using Content.Shared.Administration;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Threading.Tasks;
using Content.Server.UserInterface;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Threading.Tasks;
using Content.Server.UserInterface;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Atmos.Components;
using Content.Server.Atmos.Components;
using Robust.Shared.GameObjects;
using Robust.Shared.ViewVariables;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.UserInterface;
using Content.Server.UserInterface;
using Content.Shared.Body.Components;
using Content.Shared.Body.Scanner;
using Content.Shared.Interaction;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Linq;
using System.Threading.Tasks;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Chemistry.Components;
using Content.Shared.Chemistry.Reagent;
using Robust.Server.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Examine;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;

Some files were not shown because too many files have changed in this diff Show More