Fix namespaces.

This commit is contained in:
2020-07-20 15:43:52 +01:00
parent 0e7a86880e
commit f1fa52716c
247 changed files with 343 additions and 97 deletions

View File

@@ -36,7 +36,7 @@ using System.Text;
using Aaru.CommonTypes.Interfaces;
using Schemas;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS : IReadOnlyFilesystem

View File

@@ -32,7 +32,7 @@
using System.Diagnostics.CodeAnalysis;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
[SuppressMessage("ReSharper", "UnusedMember.Local")]

View File

@@ -37,7 +37,7 @@ using Aaru.CommonTypes.Structs;
using Aaru.Console;
using Aaru.Helpers;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS

View File

@@ -35,9 +35,10 @@ using System.IO;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Structs;
using Aaru.Console;
using Aaru.Helpers;
using FileAttributes = Aaru.CommonTypes.Structs.FileAttributes;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS

View File

@@ -34,11 +34,12 @@ using System;
using System.Text;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Interfaces;
using Aaru.Helpers;
using Claunia.Encoding;
using Schemas;
using Encoding = System.Text.Encoding;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS

View File

@@ -35,7 +35,7 @@ using System.Diagnostics.CodeAnalysis;
#pragma warning disable 169
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "NotAccessedField.Local")]

View File

@@ -37,9 +37,10 @@ using Aaru.CommonTypes;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Interfaces;
using Aaru.CommonTypes.Structs;
using Aaru.Helpers;
using Schemas;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS

View File

@@ -37,7 +37,7 @@ using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Structs;
using Aaru.Helpers;
namespace Aaru.Filesystems.AppleMFS
namespace Aaru.Filesystems
{
// Information from Inside Macintosh Volume II
public partial class AppleMFS