Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c5acb98
Initial commit of new `cargo ci dlls` command for building C# DLLs an…
rekhoff Jan 14, 2026
c5041fd
Merge branch 'master' into rekhoff/cargo-ci-dlls
rekhoff Jan 14, 2026
635de16
Moved skeleton folder out of packages and fixed some build logic to s…
rekhoff Jan 14, 2026
5545fa9
Lint update
rekhoff Jan 14, 2026
67066b9
Added Unity Meta Check ignore file
rekhoff Jan 15, 2026
e1baca7
Moved meta-check-ignore so it is properly detected
rekhoff Jan 15, 2026
cd41af0
Merge branch 'master' into rekhoff/cargo-ci-dlls
bfops Jan 15, 2026
c022eae
Updated with suggested changes
rekhoff Jan 16, 2026
a4e3c15
Removed uneeded directory check, updated lints, and Readme
rekhoff Jan 16, 2026
ccd3fa4
Removing unnecessary meta file on skeleton folder
rekhoff Jan 21, 2026
55036aa
Added missing `meta` file for `netstandard2.1/SpacetimeDB.BSATN.Runti…
rekhoff Jan 21, 2026
3bf5895
Merge branch 'master' into rekhoff/cargo-ci-dlls
rekhoff Jan 21, 2026
174146f
Expanded the `nuget_config_contents` for readability
rekhoff Jan 21, 2026
513107a
Fixes error with `nuget_config_contents` commit
rekhoff Jan 21, 2026
c32a8ae
Removed versioning check
rekhoff Jan 22, 2026
f452ece
lint updates and removed unneeded entry to `.meta-check-ignore`
rekhoff Jan 22, 2026
97cc785
Merge branch 'master' into rekhoff/cargo-ci-dlls
rekhoff Jan 22, 2026
92e2fb4
Merge branch 'master' into rekhoff/cargo-ci-dlls
rekhoff Jan 22, 2026
4de5054
Removing1.5.0 DLLs
rekhoff Jan 22, 2026
22480c6
Updated Unity test workflow to use `cargo ci dlls`
rekhoff Jan 22, 2026
4e67524
Removed additional unneeded meta file
rekhoff Jan 22, 2026
7e42363
Merge branch 'rekhoff/cargo-ci-dlls' into rekhoff/remove-1.5.0-dlls
rekhoff Jan 22, 2026
f507cb1
Merge branch 'master' into rekhoff/remove-1.5.0-dlls
rekhoff Jan 22, 2026
a4cfed4
Merge branch 'master' into rekhoff/remove-1.5.0-dlls
rekhoff Jan 23, 2026
bb68bbe
Update LLM benchmark results
clockwork-labs-bot Jan 23, 2026
a3990d7
Merge branch 'master' into rekhoff/remove-1.5.0-dlls
rekhoff Jan 23, 2026
95a0331
Removed stale commenting
rekhoff Jan 23, 2026
b0375fb
Reverting `docs/llms/docs-benchmark-summary.json` back to `master`
rekhoff Jan 23, 2026
8f2718e
Expanded `sdks/csharp/.gitignore` to ignore the entire `packages/` tree
rekhoff Jan 23, 2026
615a8b8
Reverted additional LLM benchmark changes
rekhoff Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,9 @@ jobs:
exit 1
}

- name: Hydrate Unity SDK DLLs
run: cargo ci dlls

- name: Check Unity meta files
uses: DeNA/unity-meta-check@v3
with:
Expand All @@ -630,10 +633,7 @@ jobs:
- name: Patch com.clockworklabs.spacetimedbsdk dependency in manifest.json
working-directory: demo/Blackholio/client-unity/Packages
run: |
# Replace the com.clockworklabs.spacetimedbsdk dependency with the current branch.
# Note: Pointing to a local directory does not work, because our earlier steps nuke our meta files, which then causes Unity to not properly respect the DLLs (e.g.
# codegen does not work properly).
yq e -i '.dependencies["com.clockworklabs.spacetimedbsdk"] = "https://github.com/clockworklabs/SpacetimeDB.git?path=sdks/csharp#${{ github.head_ref }}"' manifest.json
yq e -i '.dependencies["com.clockworklabs.spacetimedbsdk"] = "file:../../../../sdks/csharp"' manifest.json
cat manifest.json

- uses: actions/cache@v3
Expand Down
5 changes: 5 additions & 0 deletions sdks/csharp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ obj~
/nuget.config
/nuget.config.meta
.idea/

# Hydrated SDK DLLs (produced by `cargo ci dlls`)
/packages/
/packages.meta
!/packages/.gitignore
8 changes: 0 additions & 8 deletions sdks/csharp/packages/spacetimedb.bsatn.runtime.meta

This file was deleted.

8 changes: 0 additions & 8 deletions sdks/csharp/packages/spacetimedb.bsatn.runtime/1.5.0.meta

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

8 changes: 0 additions & 8 deletions sdks/csharp/packages/spacetimedb.bsatn.runtime/1.5.0/lib.meta

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.