11.0.2 - 2026-06-24
Fixes
- Fixed several components crashing under trimming (Blazor WebAssembly) with
System.Text.JsonConstructorContainsNullParameterNames. The trimmer strips anonymous-type constructor parameter names, so anonymous objects could no longer be serialized:- RadzenGoogleMap — crashed when rendering markers (
createMap/updateMapJS interop). Marker data now uses a named, trim-preserved type. - AI Chat — failed when sending requests to the chat API. The request payload and conversation messages now use named, trim-preserved types.
- RadzenGoogleMap — crashed when rendering markers (