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.
1 parent 18808ee commit 99e842cCopy full SHA for 99e842c
src/Files.Core.SourceGenerator/GlobalUsings.cs
@@ -2,6 +2,8 @@
2
// Licensed under the MIT License.
3
4
// Files
5
+global using global::Files.Core.SourceGenerator.Analyzers;
6
+global using global::Files.Core.SourceGenerator.CodeFixProviders;
7
global using global::Files.Core.SourceGenerator.Data;
8
global using global::Files.Core.SourceGenerator.Extensions;
9
global using global::Files.Core.SourceGenerator.Parser;
@@ -25,4 +27,4 @@
25
27
global using global::System.Linq;
26
28
global using global::System.Text;
29
global using global::System.Threading.Tasks;
-global using SystemIO = global::System.IO;
30
+global using SystemIO = global::System.IO;
0 commit comments