You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/updateMap JS 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.