Files
Workspace/DotNet
cneicy 724e0bc8d8 feat(eventbus): add platform runtimes and benchmarks
Add the Entities NativeQueue adapter, standalone .NET runtime and source generator, reproducible smoke coverage, and Unity benchmark assets for EventBus 2.0.
2026-08-26 01:17:39 +08:00
..

ShrinkEventBus for .NET

  • ShrinkEventBus.Corenetstandard2.1 ValueTask 运行时,不引用 UnityEngine 或 UniTask。
  • ShrinkEventBus.GeneratorRoslyn incremental generator,为 partial 普通 C# subscriber 生成强类型绑定。
  • ShrinkEventBus.Smokenet8.0 烟测,覆盖多 Bus 隔离、Inline 和 DedicatedThread。
dotnet build DotNet/ShrinkEventBus.Core/ShrinkEventBus.Core.csproj -c Release
dotnet build DotNet/ShrinkEventBus.Generator/ShrinkEventBus.Generator.csproj -c Release
dotnet run --project DotNet/ShrinkEventBus.Smoke/ShrinkEventBus.Smoke.csproj -c Release