DBX011: No JSON contract for a type
This page explains error DBX011 and how to fix it.
Deedbox has no JSON contract for an event or state type. The app is trimmed or native AOT, or the JSON context lacks the type.
Pass a JsonSerializerContext with [JsonSerializable(typeof(T))] for every event and state type to UseJsonContext(...).