mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 09:10:03 -04:00
649e0a8379
# Description of Changes Adds a `sdk-test-procedure-cs` test to the other test modules in `sdks/rust/tests/test.rs`. Functionally `sdk-test-procedure-cs` performs all the operations as the Rust test `sdk-test-procedure` but through C#, fulfilling the requirements of Issue #3951 # API and ABI breaking changes No API or ABI changes, this only adds a test. # Expected complexity level and risk 1 # Testing - [X] Ran `cargo test -p spacetimedb-sdk csharp_procedures` locally without errors.