mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 15:49:35 -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.
sdk-test-procedure-cs C# test
This module tests that our client SDKs can invoke procedures and observe their return values.
It matches the functionality of the Rust sdk-test-procedure module.
How to Run
Run tests named with procedure in the Rust client SDK test suite:
cargo test -p spacetimedb-sdk procedure