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
fix: handle Object[] in .NET array deserialization
Fixed an issue where array deserialization in Model.cs.twig failed when
System.Text.Json creates Object[] instead of List<T>. Added a new ToList<T>
extension method that properly handles JsonElement, Object[], List<T>, and
IEnumerable<T> types, ensuring robust array deserialization across all scenarios.
0 commit comments