Bug: ResponseMessageTransformer : #133

Closed
opened 2025-12-29 08:22:43 +01:00 by adam · 0 comments
Owner

Originally created by @StefH on GitHub (Aug 17, 2018).

Originally assigned to: @StefH on GitHub.

 else if (node.Type == JTokenType.Array)
            {
                // In case of Array, loop all items.
                foreach (JToken child in node.Children())
                {
                    WalkNode(child, template);
                }
            }

Is not yet unit-tested and I think this also does not work...

Originally created by @StefH on GitHub (Aug 17, 2018). Originally assigned to: @StefH on GitHub. ```c# else if (node.Type == JTokenType.Array) { // In case of Array, loop all items. foreach (JToken child in node.Children()) { WalkNode(child, template); } } ``` Is not yet unit-tested and I think this also does not work...
adam closed this issue 2025-12-29 08:22:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#133