spacetimedb-csharp
✓Erstellen Sie C#-Module und Unity-Clients für SpacetimeDB. Deckt die serverseitige Modulentwicklung und die Client-SDK-Integration ab.
Installation
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 |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp- Quelle
- douglance/spacetimedb
- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-02
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist spacetimedb-csharp?
Erstellen Sie C#-Module und Unity-Clients für SpacetimeDB. Deckt die serverseitige Modulentwicklung und die Client-SDK-Integration ab. Quelle: douglance/spacetimedb.
Wie installiere ich spacetimedb-csharp?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/douglance/spacetimedb
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-02