mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-31 18:39:00 +08:00
chore(generator): 更新代码生成器依赖引入
- 在 ContextGetGenerator 中添加 System.Text 和 Extensions 引入 - 在测试文件中添加 Microsoft.CodeAnalysis.Text 引入
This commit is contained in:
parent
da34b2fa2a
commit
9590bf1dd9
@ -17,6 +17,7 @@ global using System.Linq;
|
|||||||
global using System.Threading;
|
global using System.Threading;
|
||||||
global using System.Threading.Tasks;
|
global using System.Threading.Tasks;
|
||||||
global using Microsoft.CodeAnalysis;
|
global using Microsoft.CodeAnalysis;
|
||||||
|
global using Microsoft.CodeAnalysis.Text;
|
||||||
global using Microsoft.CodeAnalysis.CSharp.Testing;
|
global using Microsoft.CodeAnalysis.CSharp.Testing;
|
||||||
global using Microsoft.CodeAnalysis.Testing;
|
global using Microsoft.CodeAnalysis.Testing;
|
||||||
global using NUnit.Framework;
|
global using NUnit.Framework;
|
||||||
@ -1,5 +1,7 @@
|
|||||||
|
using System.Text;
|
||||||
using GFramework.SourceGenerators.Common.Constants;
|
using GFramework.SourceGenerators.Common.Constants;
|
||||||
using GFramework.SourceGenerators.Common.Diagnostics;
|
using GFramework.SourceGenerators.Common.Diagnostics;
|
||||||
|
using GFramework.SourceGenerators.Common.Extensions;
|
||||||
using GFramework.SourceGenerators.Common.Info;
|
using GFramework.SourceGenerators.Common.Info;
|
||||||
using GFramework.SourceGenerators.Diagnostics;
|
using GFramework.SourceGenerators.Diagnostics;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user