mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Obsolete static IoC methods (#6232)
This commit is contained in:
@@ -4,6 +4,7 @@ using NUnit.Framework;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.IoC.Exceptions;
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
|
||||
namespace Robust.UnitTesting.Shared.IoC
|
||||
{
|
||||
|
||||
@@ -6,6 +6,7 @@ using Robust.Shared.ContentPack;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Localization;
|
||||
using Robust.Shared.Log;
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
|
||||
namespace Robust.UnitTesting.Shared.Localization;
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ using Robust.Shared.IoC;
|
||||
using Robust.Shared.Reflection;
|
||||
using System.Collections.Generic;
|
||||
using JetBrains.Annotations;
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
|
||||
namespace Robust.UnitTesting.Shared.Reflection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user