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,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Robust.Shared.GameObjects;

View File

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

View File

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

View File

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

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,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.DragDrop;
using Content.Shared.DragDrop;
using Content.Shared.EffectBlocker;
using Content.Shared.Emoting;
using Content.Shared.Interaction.Events;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Content.Shared.EffectBlocker;
namespace Content.Shared.ActionBlocker

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Content.Shared.Actions.Prototypes;

View File

@@ -1,4 +1,3 @@
#nullable enable
namespace Content.Shared.Actions
{
/// <summary>

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Behaviors.Item;
using Content.Shared.Actions.Behaviors.Item;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Map;
namespace Content.Shared.Actions.Behaviors

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Behaviors.Item;
using Content.Shared.Actions.Behaviors.Item;
using Robust.Shared.GameObjects;
using Robust.Shared.Map;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors.Item
{

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions.Behaviors.Item
{

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Behaviors;
using Content.Shared.Actions.Behaviors;
using Content.Shared.Actions.Behaviors.Item;
using Content.Shared.Actions.Components;
using Content.Shared.Actions.Prototypes;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Behaviors;
using Content.Shared.Actions.Behaviors;
using Content.Shared.Module;
using Robust.Shared.IoC;
using Robust.Shared.Log;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Robust.Shared.Log;
using Robust.Shared.Prototypes;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Behaviors;
using Content.Shared.Actions.Behaviors;
using Content.Shared.Actions.Behaviors.Item;
using Content.Shared.Module;
using Robust.Shared.IoC;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Actions.Components;
using Content.Shared.Actions.Components;
using Robust.Shared.GameObjects;
namespace Content.Shared.Actions

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Linq;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Content.Shared.Chemistry;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.Eui;

View File

@@ -1,5 +1,4 @@
#nullable enable

namespace Content.Shared.Administration
{
/// <summary>

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using Lidgren.Network;
using Robust.Shared.Network;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Lidgren.Network;
using Lidgren.Network;
using Robust.Shared.Network;
namespace Content.Shared.Administration.Menu

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Lidgren.Network;
using Robust.Shared.Network;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Shared.Eui;
using Robust.Shared.Network;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Eui;
using Robust.Shared.Serialization;
using System;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Robust.Shared.IoC;
using Robust.Shared.Log;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Globalization;
using Robust.Shared.Log;
using Robust.Shared.Prototypes;

View File

@@ -1,5 +1,4 @@
#nullable enable
namespace Content.Shared.Alert
namespace Content.Shared.Alert
{
/// <summary>
/// Every category of alert. Corresponds to category field in alert prototypes defined in YML

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Maths;
using Robust.Shared.Serialization;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Arcade

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Arcade

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
namespace Content.Shared.Atmos
@@ -24,4 +23,4 @@ namespace Content.Shared.Atmos
return ((x >= 0) && (x < Atmospherics.TotalNumberOfGases));
}
}
}
}

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Runtime.CompilerServices;
using Robust.Shared.Maths;
using Robust.Shared.Serialization;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Robust.Shared.Maths;
using Robust.Shared.Serialization;
using System;

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.GameObjects;
using Robust.Shared.Map;
using Robust.Shared.Maths;

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Shared.Atmos.EntitySystems;
using Robust.Shared.Map;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Robust.Shared.Maths;
using Robust.Shared.Serialization;

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Robust.Shared.Audio;
using Robust.Shared.IoC;

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,5 +1,4 @@
#nullable enable
using Content.Shared.Body.Components;
using Content.Shared.Body.Components;
using Content.Shared.Body.Mechanism;
using Content.Shared.Body.Part;
using Robust.Shared.GameObjects;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using JetBrains.Annotations;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
namespace Content.Shared.Body.Mechanism

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.Body.Behavior;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Chemistry.Solution;
using Content.Shared.Chemistry.Solution;
using Robust.Shared.GameObjects;
namespace Content.Shared.Body.Networks

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Body.Part

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Body.Part

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Body.Part

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.GameObjects;
namespace Content.Shared.Body.Part

View File

@@ -1,5 +1,4 @@
#nullable enable

namespace Content.Shared.Body.Part
{
/// <summary>

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
namespace Content.Shared.Body.Part
{

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Body.Part.Property
{

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Shared.Body.Part.Property
{

View File

@@ -1,4 +1,3 @@
#nullable enable
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.Diagnostics.CodeAnalysis;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Shared.Body.Components;
using Content.Shared.Body.Part;

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Body.Surgery

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Body.Surgery

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Shared.Body.Components;
using Content.Shared.Body.Part;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Botany

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.DragDrop;
using Content.Shared.Interaction.Helpers;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Cabinet

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Cargo

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.Preferences;
using Robust.Shared.Enums;

View File

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

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