SpacetimeDB
SpacetimeDB copied to clipboard
BUG: `ReducerKind.Update` missing from bindings-csharp codegen
The lifecycle reducer Update is present in the rust module codegen, but missing in the csharp module codegen.
Not sure which version this was removed in, however I'm fairly sure at one point it did exist in the c# module... could be taking crazy pills here though. Would be worth including in the c# module either way so it's at parity with the rust one.
Thank you!
Thanks for reporting! I believe we intended to remove support for Update and add it back properly at a later time.
To clarify - is this causing an error for you somewhere?