Skip to content
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

[Backport 7.7] Add special serialization handling for nullable ValueTuples #4715

Merged
merged 1 commit into from
May 27, 2020

Commits on May 27, 2020

  1. Add special serialization handling for nullable ValueTuples (#4713)

    This commit adds special serialization handling for nullable ValueTuples.
    Specialized handling is required as without, a nullable ValueTuple type
    ends up falling into CustomDyanmicObjectResolver inside of
    NestFormatterResolver, which will build a dynamic formatter using
    MetaType et.al, which enumerates interfaces and can cause a
    CLR error when calling `at System.Runtime.CompilerServices.ITuple.get_Length()`.
    
    Fixes #4703
    russcam authored and github-actions[bot] committed May 27, 2020
    Configuration menu
    Copy the full SHA
    220bfa1 View commit details
    Browse the repository at this point in the history