·spacetimedb-csharp
</>

spacetimedb-csharp

douglance/spacetimedb

Créez des modules C# et des clients Unity pour SpacetimeDB. Couvre le développement de modules côté serveur et l'intégration du SDK client.

2Installations·0Tendance·@douglance

Installation

$npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp

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 |

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-02
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que spacetimedb-csharp ?

Créez des modules C# et des clients Unity pour SpacetimeDB. Couvre le développement de modules côté serveur et l'intégration du SDK client. Source : douglance/spacetimedb.

Comment installer spacetimedb-csharp ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/douglance/spacetimedb

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-02