mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 13:45:05 +00:00
Fixing namespaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Utils.Services.Logging;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Services.Logging;
|
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
using ICD.Common.Utils.Services.Logging;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Utils.Services.Logging;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using ICD.Common.Services;
|
using ICD.Common.Utils.Services;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Services
|
namespace ICD.Common.Utils.Tests.Services
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Services;
|
|
||||||
using ICD.Common.Services.Logging;
|
|
||||||
using ICD.Common.Utils.Collections;
|
using ICD.Common.Utils.Collections;
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
|
using ICD.Common.Utils.Services;
|
||||||
|
using ICD.Common.Utils.Services.Logging;
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp.Reflection;
|
using Crestron.SimplSharp.Reflection;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ICD.Common.Attributes
|
namespace ICD.Common.Utils.Attributes
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// AbstractIcdAttribute is the base class for all ICD attributes.
|
/// AbstractIcdAttribute is the base class for all ICD attributes.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ICD.Common.Attributes
|
namespace ICD.Common.Utils.Attributes
|
||||||
{
|
{
|
||||||
[AttributeUsage(AttributeTargets.Assembly)]
|
[AttributeUsage(AttributeTargets.Assembly)]
|
||||||
public sealed class KrangPluginAttribute : Attribute
|
public sealed class KrangPluginAttribute : Attribute
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Attributes;
|
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils.Collections;
|
using ICD.Common.Utils.Collections;
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#if SIMPLSHARP
|
using ICD.Common.Utils.Services;
|
||||||
|
using ICD.Common.Utils.Services.Logging;
|
||||||
|
#if SIMPLSHARP
|
||||||
using System;
|
using System;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Services;
|
|
||||||
using ICD.Common.Services.Logging;
|
|
||||||
|
|
||||||
namespace ICD.Common.Utils
|
namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#if SIMPLSHARP
|
using ICD.Common.Utils.Services;
|
||||||
|
using ICD.Common.Utils.Services.Logging;
|
||||||
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Services;
|
|
||||||
using ICD.Common.Services.Logging;
|
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils;
|
|
||||||
|
|
||||||
namespace ICD.Common.Services.Logging
|
namespace ICD.Common.Utils.Services.Logging
|
||||||
{
|
{
|
||||||
public enum eSeverity
|
public enum eSeverity
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils;
|
|
||||||
|
|
||||||
namespace ICD.Common.Services.Logging
|
namespace ICD.Common.Utils.Services.Logging
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Log Entry Item
|
/// Log Entry Item
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using ICD.Common.Utils.EventArguments;
|
using ICD.Common.Utils.EventArguments;
|
||||||
|
|
||||||
namespace ICD.Common.Services.Logging
|
namespace ICD.Common.Utils.Services.Logging
|
||||||
{
|
{
|
||||||
public sealed class LogItemEventArgs : GenericEventArgs<LogItem>
|
public sealed class LogItemEventArgs : GenericEventArgs<LogItem>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using ICD.Common.Utils.EventArguments;
|
using ICD.Common.Utils.EventArguments;
|
||||||
|
|
||||||
namespace ICD.Common.Services.Logging
|
namespace ICD.Common.Utils.Services.Logging
|
||||||
{
|
{
|
||||||
public sealed class SeverityEventArgs : GenericEventArgs<eSeverity>
|
public sealed class SeverityEventArgs : GenericEventArgs<eSeverity>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace ICD.Common.Services
|
namespace ICD.Common.Utils.Services
|
||||||
{
|
{
|
||||||
public sealed class ServiceNotFoundException : Exception
|
public sealed class ServiceNotFoundException : Exception
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,10 +2,9 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils;
|
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
|
|
||||||
namespace ICD.Common.Services
|
namespace ICD.Common.Utils.Services
|
||||||
{
|
{
|
||||||
public sealed class ServiceProvider
|
public sealed class ServiceProvider
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Services;
|
using ICD.Common.Utils.Services;
|
||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Utils.Services.Logging;
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using ICD.Common.Services;
|
using ICD.Common.Utils.Services;
|
||||||
using ICD.Common.Services.Logging;
|
using ICD.Common.Utils.Services.Logging;
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user