-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code Quality: Update structure of storage projects (#15407)
Co-authored-by: Yair <[email protected]>
- Loading branch information
Showing
48 changed files
with
237 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Copyright (c) 2024 Files Community | ||
// Licensed under the MIT License. See the LICENSE. | ||
|
||
// System | ||
global using global::System; | ||
global using global::System.Collections; | ||
global using global::System.Collections.Generic; | ||
global using global::System.Collections.ObjectModel; | ||
global using global::System.Linq; | ||
global using global::System.Threading; | ||
global using global::System.Threading.Tasks; | ||
global using global::System.ComponentModel; | ||
global using global::System.Diagnostics; | ||
global using global::System.Text.Json; | ||
global using global::System.Text.Json.Serialization; | ||
global using SystemIO = global::System.IO; | ||
|
||
// Files.Core.Storage | ||
|
||
global using global::Files.Core.Storage; | ||
global using global::Files.Core.Storage.Contracts; | ||
global using global::Files.Core.Storage.DirectStorage; | ||
global using global::Files.Core.Storage.Enums; | ||
global using global::Files.Core.Storage.EventArguments; | ||
global using global::Files.Core.Storage.ExtendableStorage; | ||
global using global::Files.Core.Storage.Extensions; | ||
global using global::Files.Core.Storage.LocatableStorage; | ||
global using global::Files.Core.Storage.ModifiableStorage; | ||
global using global::Files.Core.Storage.MutableStorage; | ||
global using global::Files.Core.Storage.NestedStorage; | ||
global using global::Files.Core.Storage.StorageEnumeration; |
91 changes: 0 additions & 91 deletions
91
src/Files.App.Storage/NativeStorage/NativeFolderWatcher.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...iles.App.Storage/FtpStorage/FtpManager.cs → ...torage/Storables/FtpStorage/FtpManager.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...les.App.Storage/FtpStorage/FtpStorable.cs → ...orage/Storables/FtpStorage/FtpStorable.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
....App.Storage/FtpStorage/FtpStorageFile.cs → ...ge/Storables/FtpStorage/FtpStorageFile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...pp.Storage/FtpStorage/FtpStorageFolder.cs → .../Storables/FtpStorage/FtpStorageFolder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...p.Storage/FtpStorage/FtpStorageService.cs → ...Storables/FtpStorage/FtpStorageService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
...s.App.Storage/NativeStorage/NativeFile.cs → ...age/Storables/NativeStorage/NativeFile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...p.Storage/NativeStorage/NativeStorable.cs → ...Storables/NativeStorage/NativeStorable.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...age/NativeStorage/NativeStorageService.cs → ...les/NativeStorage/NativeStorageService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...Storage/WindowsStorage/WindowsStorable.cs → ...orables/WindowsStorage/WindowsStorable.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...rage/WindowsStorage/WindowsStorageFile.cs → ...bles/WindowsStorage/WindowsStorageFile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...ge/WindowsStorage/WindowsStorageFolder.cs → ...es/WindowsStorage/WindowsStorageFolder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...e/WindowsStorage/WindowsStorageService.cs → ...s/WindowsStorage/WindowsStorageService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.