mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
refactor(tests): 移除未使用的 System.Diagnostics 引用
- 从 GlobalUsings.cs 中删除未使用的 System.Diagnostics 全局引用 - 保持测试项目的全局引用列表整洁 - 减少不必要的命名空间导入
This commit is contained in:
parent
1c7558aeb8
commit
18337c5995
@ -20,7 +20,6 @@ global using System.Reflection;
|
|||||||
global using System.Runtime.CompilerServices;
|
global using System.Runtime.CompilerServices;
|
||||||
global using System.Threading;
|
global using System.Threading;
|
||||||
global using System.Threading.Tasks;
|
global using System.Threading.Tasks;
|
||||||
global using System.Diagnostics;
|
|
||||||
global using GFramework.Tests.Common;
|
global using GFramework.Tests.Common;
|
||||||
global using Microsoft.Extensions.DependencyInjection;
|
global using Microsoft.Extensions.DependencyInjection;
|
||||||
global using Moq;
|
global using Moq;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user