• Jon Skeet's avatar
    Fix merging with message-valued oneof · cbe25059
    Jon Skeet authored
    If messages A and B have the same oneof case, which is a message
    type, and we merge B into A, those sub-messages should be merged.
    
    Fixes #3200.
    
    Note that I haven't regenerated all the code, as some of the protos
    have been changed, breaking generation.
    cbe25059
IssuesTest.cs 4.03 KB