SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

BUG: `ReducerKind.Update` missing from bindings-csharp codegen

Open Lethalchip opened this issue 9 months ago • 1 comments

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!

Lethalchip avatar Mar 09 '25 22:03 Lethalchip

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?

bfops avatar Apr 02 '25 17:04 bfops