Files
Ryan 649e0a8379 Add sdk-test-procedure-cs test module (#4840)
# 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.
2026-04-21 21:06:04 +00:00
..

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