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

MultiValueResult doesn't work with Concordion.NET #6

Open
nigelcharman opened this issue Mar 26, 2016 · 1 comment
Open

MultiValueResult doesn't work with Concordion.NET #6

nigelcharman opened this issue Mar 26, 2016 · 1 comment
Milestone

Comments

@nigelcharman
Copy link
Member

When changing the tutorial fixture to use:

    public MultiValueResult Split(string fullName)
    {
        String[] words = fullName.Split(' ');
        return new MultiValueResult()
            .with("firstName", words[0])
            .with("lastName", words[1]);
    }

we get the error:

image

Not a biggie, but we should probably either fix it, or remove it from the api.

@ShaKaRee
Copy link
Member

It can be probably fixed - would not remove it from the api.

@nigelcharman nigelcharman added this to the 2.0.0 milestone Mar 28, 2016
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

2 participants