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

Bug: ResponseMessageTransformer : #188

Closed
StefH opened this issue Aug 17, 2018 · 0 comments
Closed

Bug: ResponseMessageTransformer : #188

StefH opened this issue Aug 17, 2018 · 0 comments
Assignees

Comments

@StefH
Copy link
Collaborator

StefH commented Aug 17, 2018

 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...

@StefH StefH self-assigned this Aug 17, 2018
StefH added a commit that referenced this issue Aug 23, 2018
ResponseMessageTransformer (#190 ; #188)
@StefH StefH closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant