diff --git a/src/ZLogger.Generator/ZLoggerGenerator.Parser.cs b/src/ZLogger.Generator/ZLoggerGenerator.Parser.cs index 82e00b5d..12c841c7 100644 --- a/src/ZLogger.Generator/ZLoggerGenerator.Parser.cs +++ b/src/ZLogger.Generator/ZLoggerGenerator.Parser.cs @@ -3,6 +3,7 @@ using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Collections.Immutable; using Microsoft.CodeAnalysis.DotnetRuntime.Extensions; +using GeneratorAttributeSyntaxContext = Microsoft.CodeAnalysis.DotnetRuntime.Extensions.GeneratorAttributeSyntaxContext; namespace ZLogger.Generator; diff --git a/src/ZLogger.Generator/ZLoggerGenerator.cs b/src/ZLogger.Generator/ZLoggerGenerator.cs index 2da548e5..d03e98bd 100644 --- a/src/ZLogger.Generator/ZLoggerGenerator.cs +++ b/src/ZLogger.Generator/ZLoggerGenerator.cs @@ -2,6 +2,7 @@ using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Collections.Immutable; using Microsoft.CodeAnalysis.DotnetRuntime.Extensions; +using GeneratorAttributeSyntaxContext = Microsoft.CodeAnalysis.DotnetRuntime.Extensions.GeneratorAttributeSyntaxContext; namespace ZLogger.Generator;