mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
833f750c12
# Description of Changes Uncommented out code from test, in order to have "delete row by index" test of C# module code ran. This is the implementation of a fix for issue https://github.com/clockworklabs/SpacetimeDB/issues/2233 # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [X] Ran `dotnet run` and `dotnet test`, both returned no errors.
Module C# test
See the module-test README for more details.
Warning
: This C# source code is manually derived from `../module-test/src/lib.rs`` and is supposed to be functionally equivalent. Do not add new types or functionality here that are not present in the Rust version, because they're compared against each other.