spacetimedb-csharp
✓為 SpacetimeDB 構建 C# 模塊和 Unity 客戶端。涵蓋服務器端模塊開發和客戶端SDK集成。
SKILL.md
This skill provides comprehensive guidance for building C# server-side modules and Unity/C# clients that connect to SpacetimeDB.
| Missing partial keyword | public partial struct Table | Generated code won't compile | | ctx.Db.player (lowercase) | ctx.Db.Player (PascalCase) | Property not found | | Optional | string? | Type not found | | ctx.Db.Table.Get(id) | ctx.Db.Table.Id.Find(id) | Method not found | | Wrong .csproj name | StdbModule.csproj | Publish fails silently |
| .NET 9 SDK | .NET 8 SDK only | WASI compilation fails | | Missing WASI workload | dotnet workload install wasi-experimental | Build fails | | [Procedure] attribute | Reducers only | Procedures not supported in C# | | Missing Public = true | Add to [Table] attribute | Clients can't subscribe |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-02
- 更新時間
- 2026-02-18
快速解答
什麼是 spacetimedb-csharp?
為 SpacetimeDB 構建 C# 模塊和 Unity 客戶端。涵蓋服務器端模塊開發和客戶端SDK集成。 來源:douglance/spacetimedb。
如何安裝 spacetimedb-csharp?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/douglance/spacetimedb
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-02