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
DiagnosticsNodes give us a text-based, structured representation of a composition tree for debugging purposes. These nodes are correctly created and filled in some places, but not everywhere.
Do a pass on all compositions and make sure that every composition creates a useful DiagnosticsNode.
Add tests that lock down every composition's DiagnosticsNode format.
The text was updated successfully, but these errors were encountered:
DiagnosticsNode
s give us a text-based, structured representation of a composition tree for debugging purposes. These nodes are correctly created and filled in some places, but not everywhere.Do a pass on all compositions and make sure that every composition creates a useful
DiagnosticsNode
.Add tests that lock down every composition's
DiagnosticsNode
format.The text was updated successfully, but these errors were encountered: