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
Add generic GetValue<T>() method to ValueNode to allow direct type access without
string conversion. Update V31 and V32 schema deserializers to use GetValue<bool>()
directly instead of converting to string and parsing with bool.TryParse().
This eliminates unnecessary string allocations and conversions for boolean schema
values, improving performance in the deserialization hot path.
Co-authored-by: Copilot <[email protected]>
(cherry picked from commit 7316e3f)
0 commit comments