mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 17:21:16 +08:00
- 拆分 GameContextTests、ArchitectureServicesTests、RegistryInitializationHookBaseTests 与 Cqrs 测试辅助类型,消除批次内 MA0048 热点 - 修复 Core.Tests 零散可空性、集合抽象和测试辅助 warning,使受影响 Release 构建清零 - 更新 analyzer-warning-reduction 跟踪与 trace,记录 236 条仓库根 warning 基线和 45/50 停止点
7 lines
159 B
C#
7 lines
159 B
C#
namespace GFramework.Core.Tests.Events;
|
|
|
|
/// <summary>
|
|
/// 表示不携带任何负载的空测试事件。
|
|
/// </summary>
|
|
public sealed class EmptyEvent;
|