mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-04-02 20:09:00 +08:00
refactor(tests): 更新测试驱动程序依赖
- 添加 Microsoft.CodeAnalysis.CSharp 命名空间引用 - 优化代码结构以支持 C# 语法分析功能 - 提升测试驱动程序的编译器集成能力
This commit is contained in:
parent
9972788c32
commit
91f0375461
@ -1,6 +1,7 @@
|
|||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using GFramework.SourceGenerators.Config;
|
using GFramework.SourceGenerators.Config;
|
||||||
|
using Microsoft.CodeAnalysis.CSharp;
|
||||||
|
|
||||||
namespace GFramework.SourceGenerators.Tests.Config;
|
namespace GFramework.SourceGenerators.Tests.Config;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user