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
Python and Go and others ignore unknown fields when parsing JSON for history proto, but .NET doesn't. Even though docs don't show it, there is an ignore-unknown-fields setting on JsonParser settings.
The text was updated successfully, but these errors were encountered:
Describe the bug
Python and Go and others ignore unknown fields when parsing JSON for history proto, but .NET doesn't. Even though docs don't show it, there is an ignore-unknown-fields setting on JsonParser settings.
The text was updated successfully, but these errors were encountered: