From 60a42a5f1ea0d8c57950c123ba21c349dc05eb43 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sat, 27 Dec 2025 23:32:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(rule):=20=E6=9B=B4=E6=96=B0=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4=E4=B8=BA=20abstractions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 ContextAwareAttribute 的命名空间从 Attributes.rule 更新为 Abstractions.rule --- .../rule/ContextAwareAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs b/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs index d1060d0..dae79be 100644 --- a/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs +++ b/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace GFramework.SourceGenerators.Attributes.rule; +namespace GFramework.SourceGenerators.Abstractions.rule; /// /// 标记该类需要自动实现 IContextAware