-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big-endian fix for JsonClassInfo.GetKey #49708
Conversation
Tagging subscribers to this area: @eiriktsarpalis, @layomia Issue Details
|
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.Cache.cs
Show resolved
Hide resolved
* Skip assertion in JsonClassInfo.GetKey on big-endian (code will not ensure the properties tested here)
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.Cache.cs
Outdated
Show resolved
Hide resolved
…ion/JsonClassInfo.Cache.cs
Thanks for the typo fix! I had fixed that locally and then forgotten to update the commit :-( |
Would you prefer me to quash the two commits into a single one, or should I leave it as is? |
As-is is fine. We squash when merging. |
Thanks. |
(extract initial up to 7 bytes of the property name)