chore(abstractions): 添加 ReSharper 禁用检查命名空间注释

- 在 GFramework.Core.Abstractions 中添加 // ReSharper disable CheckNamespace 注释
- 在 GFramework.Game.Abstractions 中添加 // ReSharper disable CheckNamespace 注释
- 解决代码分析工具对命名空间检查的警告问题
This commit is contained in:
GeWuYou 2026-03-13 22:29:29 +08:00
parent 94f75bfa03
commit 0640a06e44
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#if !NET5_0_OR_GREATER #if !NET5_0_OR_GREATER
using System.ComponentModel; using System.ComponentModel;
// ReSharper disable CheckNamespace
namespace System.Runtime.CompilerServices; namespace System.Runtime.CompilerServices;
/// <summary> /// <summary>

View File

@ -5,6 +5,8 @@
#if !NET5_0_OR_GREATER #if !NET5_0_OR_GREATER
using System.ComponentModel; using System.ComponentModel;
// ReSharper disable CheckNamespace
namespace System.Runtime.CompilerServices; namespace System.Runtime.CompilerServices;
/// <summary> /// <summary>