mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-13 06:04:30 +08:00
refactor(tests): 移除未使用的 Roslyn 分析器引用
- 从 GlobalUsings.cs 中删除 Microsoft.CodeAnalysis 的全局引用 - 清理测试项目中不再需要的依赖项
This commit is contained in:
parent
8c8373d844
commit
35849f7053
@ -17,7 +17,6 @@ global using System.Linq;
|
|||||||
global using System.Threading;
|
global using System.Threading;
|
||||||
global using System.Threading.Tasks;
|
global using System.Threading.Tasks;
|
||||||
global using System.Collections.Immutable;
|
global using System.Collections.Immutable;
|
||||||
global using Microsoft.CodeAnalysis;
|
|
||||||
global using NUnit.Framework;
|
global using NUnit.Framework;
|
||||||
global using System.Globalization;
|
global using System.Globalization;
|
||||||
global using System.IO;
|
global using System.IO;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user