Skip to content

Commit

Permalink
Fix compilation errros in CodeAnalysis.CSharp 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Dec 15, 2023
1 parent e90fcd1 commit d1abb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ZLogger.Generator/ZLoggerGenerator.Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 1 addition & 0 deletions src/ZLogger.Generator/ZLoggerGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d1abb18

Please sign in to comment.