We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Files.Core.Storage
1 parent 5d48b5b commit 95db974Copy full SHA for 95db974
src/Files.Core.Storage/GlobalUsings.cs
@@ -2,13 +2,13 @@
2
// Licensed under the MIT License. See the LICENSE.
3
4
// System
5
-global using global::Files.Core.Storage.Enums;
6
-global using global::Files.Core.Storage.EventArguments;
7
-// Files.Core.Storage
8
-
9
-global using global::Files.Core.Storage.Storables;
10
global using global::System;
11
global using global::System.Collections.Generic;
12
global using global::System.Threading;
13
global using global::System.Threading.Tasks;
14
global using SystemIO = global::System.IO;
+
+// Files.Core.Storage
+global using global::Files.Core.Storage.Enums;
+global using global::Files.Core.Storage.EventArguments;
+global using global::Files.Core.Storage.Storables;
0 commit comments