7 Commits

Author SHA1 Message Date
SteveBoytsun 9dc90bb04c Fixed json serializer getting progressively slower (#226)
Co-authored-by: Steve <steve@codefics.com>
2023-09-11 12:35:01 -05:00
Piotr Sarnacki 5669f58730 Add reducerEvent in callbacks (#23) 2023-08-01 23:17:02 +02:00
Piotr Sarnacki 90d93c9c69 [TypeScript] Add primary key annotation in TypeScript's autogen (#24) 2023-08-01 23:17:02 +02:00
SteveBoytsun 877664d886 Making C# reducer args classes partial (#28)
Co-authored-by: Steve <steve@codefics.com>
2023-08-01 23:17:02 +02:00
SteveBoytsun dcbd31b0db Charp indexes (#14)
* Changed C# reducer signature; Change reducer invocation method to return wether or not reducer has subscribers; Moved all ReducerEvent and ReducerArgs code into a single file

* Formatting, tests

* Clippy

* Removed union from C# codegen

* Tests

* Update crates/cli/src/subcommands/generate/csharp.rs

Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com>

* Removed duplicate code

* Lint

* Clippy

* CLIPPY

* Generating custom indexes for unique / primary keys

---------

Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com>
Co-authored-by: Steve <steve@codefics.com>
Co-authored-by: John Detter <4099508+jdetter@users.noreply.github.com>
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
2023-08-01 23:17:02 +02:00
SteveBoytsun eb205ec38c Changed C# reducer signature; Change reducer invocation method to return wether or not reducer has subscribers; Moved all ReducerEvent and ReducerArgs code into a single file (#10)
Co-authored-by: Steve <steve@codefics.com>
2023-08-01 23:17:02 +02:00
Tyler Cloutier 44df6c6e7d Initial commit 2023-08-01 23:16:37 +02:00