We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88aec1 commit 7180469Copy full SHA for 7180469
docs/modules/c-sharp/index.md
@@ -88,6 +88,8 @@ This creates a `dotnet` project in `my-project-directory` with the following `St
88
</Project>
89
```
90
91
+> NOTE: It is important to not change the `StdbModule.csproj` name because SpacetimeDB assumes that this will be the name of the file.
92
+
93
This is a standard `csproj`, with the exception of the line `<RuntimeIdentifier>wasi-wasm</RuntimeIdentifier>`.
94
This line is important: it allows the project to be compiled to a WebAssembly module.
95
0 commit comments