mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Move platform files to proper folders
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Mono.Unix;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common.Test.DiskTests;
|
||||
using NzbDrone.Mono.Disk;
|
||||
|
||||
namespace NzbDrone.Mono.Test.DiskProviderTests
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common.Test.DiskTests;
|
||||
using NzbDrone.Mono.Disk;
|
||||
|
||||
namespace NzbDrone.Mono.Test.DiskProviderTests
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ using NzbDrone.Common.EnsureThat;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Common.Instrumentation;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
public class DiskProvider : DiskProviderBase
|
||||
{
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
using NzbDrone.Common.Exceptions;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
public class LinuxPermissionsException : NzbDroneException
|
||||
{
|
||||
@@ -1,14 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using NLog;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using Mono.Unix;
|
||||
using NzbDrone.Common.Disk;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
public class ProcMount : IMount
|
||||
{
|
||||
+1
-1
@@ -7,7 +7,7 @@ using NLog;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.Extensions;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
public interface IProcMountProvider
|
||||
{
|
||||
+1
-1
@@ -4,7 +4,7 @@ using Mono.Unix;
|
||||
using Mono.Unix.Native;
|
||||
using NLog;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.Disk
|
||||
{
|
||||
public interface ISymbolicLinkResolver
|
||||
{
|
||||
+1
-1
@@ -3,7 +3,7 @@ using System.Reflection;
|
||||
using NLog;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
|
||||
namespace NzbDrone.Mono
|
||||
namespace NzbDrone.Mono.EnvironmentInfo
|
||||
{
|
||||
public class MonoRuntimeProvider : RuntimeInfoBase
|
||||
{
|
||||
@@ -3,6 +3,7 @@ using System.Security.AccessControl;
|
||||
using System.Security.Principal;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common.Test.DiskTests;
|
||||
using NzbDrone.Windows.Disk;
|
||||
|
||||
namespace NzbDrone.Windows.Test.DiskProviderTests
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common.Test.DiskTests;
|
||||
using NzbDrone.Windows.Disk;
|
||||
|
||||
namespace NzbDrone.Windows.Test.DiskProviderTests
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.EnsureThat;
|
||||
using NzbDrone.Common.Instrumentation;
|
||||
|
||||
namespace NzbDrone.Windows
|
||||
namespace NzbDrone.Windows.Disk
|
||||
{
|
||||
public class DiskProvider : DiskProviderBase
|
||||
{
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
using NLog;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
|
||||
namespace NzbDrone.Windows
|
||||
namespace NzbDrone.Windows.EnvironmentInfo
|
||||
{
|
||||
public class DotNetRuntimeProvider : RuntimeInfoBase
|
||||
{
|
||||
Reference in New Issue
Block a user