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