Skip to content

Commit 99e842c

Browse files
authored
Update GlobalUsings.cs
Signed-off-by: Yair <[email protected]>
1 parent 18808ee commit 99e842c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Files.Core.SourceGenerator/GlobalUsings.cs

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

44
// Files
5+
global using global::Files.Core.SourceGenerator.Analyzers;
6+
global using global::Files.Core.SourceGenerator.CodeFixProviders;
57
global using global::Files.Core.SourceGenerator.Data;
68
global using global::Files.Core.SourceGenerator.Extensions;
79
global using global::Files.Core.SourceGenerator.Parser;
@@ -25,4 +27,4 @@
2527
global using global::System.Linq;
2628
global using global::System.Text;
2729
global using global::System.Threading.Tasks;
28-
global using SystemIO = global::System.IO;
30+
global using SystemIO = global::System.IO;

0 commit comments

Comments
 (0)