refactor(tests): 移除未使用的 Roslyn 分析器引用

- 从 GlobalUsings.cs 中删除 Microsoft.CodeAnalysis 的全局引用
- 清理测试项目中不再需要的依赖项
This commit is contained in:
GeWuYou 2026-04-11 08:52:55 +08:00
parent 8c8373d844
commit 35849f7053

View File

@ -17,7 +17,6 @@ global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Collections.Immutable;
global using Microsoft.CodeAnalysis;
global using NUnit.Framework;
global using System.Globalization;
global using System.IO;