Skip to content

Commit f651fa2

Browse files
committed
Add OwlCore.Storage to GlobalUsings
1 parent 8de2f0c commit f651fa2

37 files changed

+4
-62
lines changed

src/Files.App.Storage/GlobalUsings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
global using global::Files.Core.Storage.Enums;
2424
global using global::Files.Core.Storage.EventArguments;
2525
global using global::Files.Core.Storage.Extensions;
26+
global using global::OwlCore.Storage;
2627

2728
// Files.App.Storage
2829

src/Files.App.Storage/Storables/FtpStorage/FtpStorable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License.
33

44
using FluentFTP;
5-
using OwlCore.Storage;
65

76
namespace Files.App.Storage.Storables
87
{

src/Files.App.Storage/Storables/FtpStorage/FtpStorageFile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License.
33

44
using System.IO;
5-
using OwlCore.Storage;
65

76
namespace Files.App.Storage.Storables
87
{

src/Files.App.Storage/Storables/FtpStorage/FtpStorageFolder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
using Files.Shared.Helpers;
55
using FluentFTP;
6-
using OwlCore.Storage;
76
using System.IO;
87
using System.Runtime.CompilerServices;
9-
using IFolderWatcher = OwlCore.Storage.IFolderWatcher;
108

119
namespace Files.App.Storage.Storables
1210
{

src/Files.App.Storage/Storables/FtpStorage/FtpStorageService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License.
33

44
using FluentFTP;
5-
using OwlCore.Storage;
65
using System.IO;
76

87
namespace Files.App.Storage.Storables

src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorageService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

4-
using OwlCore.Storage;
54
using OwlCore.Storage.System.IO;
65

76
namespace Files.App.Storage.Storables

src/Files.App/Actions/Start/PinToStartAction.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

4-
using OwlCore.Storage;
5-
64
namespace Files.App.Actions
75
{
86
internal sealed class PinToStartAction : IAction

src/Files.App/Actions/Start/UnpinFromStartAction.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

4-
using OwlCore.Storage;
5-
64
namespace Files.App.Actions
75
{
86
internal sealed class UnpinFromStartAction : IAction

src/Files.App/Data/AppModels/SingleFileDatabaseModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Files.Shared.Extensions;
55
using Files.Shared.Utils;
66
using System.IO;
7-
using OwlCore.Storage;
87

98
namespace Files.App.Data.AppModels
109
{

src/Files.App/Data/Contracts/IFileTagsService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

4-
using OwlCore.Storage;
5-
64
namespace Files.App.Data.Contracts
75
{
86
/// <summary>

0 commit comments

Comments
 (0)