From 35849f705302997a736bcc9d92380eb7ba909948 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:52:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tests):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20Roslyn=20=E5=88=86=E6=9E=90?= =?UTF-8?q?=E5=99=A8=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 GlobalUsings.cs 中删除 Microsoft.CodeAnalysis 的全局引用 - 清理测试项目中不再需要的依赖项 --- GFramework.Godot.Tests/GlobalUsings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/GFramework.Godot.Tests/GlobalUsings.cs b/GFramework.Godot.Tests/GlobalUsings.cs index 8a7c367a..70989071 100644 --- a/GFramework.Godot.Tests/GlobalUsings.cs +++ b/GFramework.Godot.Tests/GlobalUsings.cs @@ -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;