SpacetimeDB
SpacetimeDB copied to clipboard
Generate TryInsert methods for C# modules
This is part of the intended design (for what that's worth; it's totally fair to criticize the intended design). My belief is that try_* methods are only necessary in Rust, where panicking is distinct from returning an error; in C#, both are encompassed by throwing an exception, so you only need one method.