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
We see a lock file where the names of both OutermostA.Inner.Innermost and OutermostB.Inner.Innermost are only Inner.Innermost and may conflict (like above)
The text was updated successfully, but these errors were encountered:
Hi @zack-littke-smith - is this level of nesting (enum nested 2 levels within a parent message) the first at which you notice the issue? Or does something like this also produce the same issue:
Hello! I've noticed an issue where a nested message may conflict with another. For example (forgive the terrible names and missing boilerplate):
We see a lock file where the names of both
OutermostA.Inner.Innermost
andOutermostB.Inner.Innermost
are onlyInner.Innermost
and may conflict (like above)The text was updated successfully, but these errors were encountered: