Files
Zeke Foppa 0b308708fb CI - C# test scripts accept SPACETIMEDB_SERVER_URL override (#4929)
# Description of Changes

The regression tests in `sdks/csharp` accept a `SPACETIMEDB_SERVER_URL`
environment variable override. This makes it easier to run the tests
through the same infrastructure as our other tests (see
https://github.com/clockworklabs/SpacetimeDB/pull/4921).

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

actually none. I could be convinced to test. It will be exercised in
https://github.com/clockworklabs/SpacetimeDB/pull/4921.

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2026-05-01 19:58:59 +00:00
..
2026-01-23 21:28:24 +00:00
2025-08-12 18:20:58 +00:00
2023-12-21 06:08:41 -06:00
2026-04-30 19:24:41 +00:00
2024-08-28 11:13:33 -07:00

SpacetimeDB C# SDK

Overview

This repository contains the C# and Unity client SDKs for SpacetimeDB. These SDKs contain all the tools you need to build native clients for SpacetimeDB modules using C#.

Documentation

The Unity SDK uses the same code as the C# SDK. You can find the documentation for the C# SDK in the C# SDK Reference. For a guided tutorial, see the C# SDK Quickstart.

There is also a comprehensive Unity tutorial/demo available:

Internal developer documentation

See DEVELOP.md.