Merge pull request #109 from GeWuYou/chore/resharper-namespace-suppression

chore(abstractions): 添加 ReSharper 禁用检查命名空间注释
This commit is contained in:
gewuyou 2026-03-13 22:36:58 +08:00 committed by GitHub
commit 4e8d5a4a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

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

View File

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