Tags: devlooped/CloudActors
Tags
Enable STJ source-gen for actor state/event serialization Adds JsonContextGenerator to invoke System.Text.Json source generator at build time for actor state and event types. Updates ActorState codegen to emit a nested ActorJsonContext and implement IActorState.JsonOptions. StreamstoneStorage now uses the generated context for serialization/deserialization. Refactors serialization paths to pass JsonSerializerOptions. Updates docs and tests to verify correct context usage. Enhances cecil.cs to strip specific attributes from types. Fixes #138
Bump the tests group with 1 update Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
Add callback after Raise happened in IEventSourced implementation OnRaised is provided so you can (for example) record telemetry on events after they are raised (initially), as opposed to Apply which is also run on read/playback.
PreviousNext