Files
cneicy 1c921f5aec
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:18 +08:00

12 lines
637 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ShrinkEventBus for .NET
- `ShrinkEventBus.Core``netstandard2.1` ValueTask 运行时,不引用 UnityEngine 或 UniTask。
- `ShrinkEventBus.Generator`Roslyn incremental generator,为 `partial` 普通 C# subscriber 生成强类型绑定。
- `ShrinkEventBus.Smoke``net8.0` 烟测,覆盖多 Bus 隔离、Inline 和 DedicatedThread。
```bash
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
```