Skip to content

Update DatatablesParser.cs #32

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

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Conversation

bbostrom
Copy link
Contributor

@bbostrom bbostrom commented Jun 5, 2018

I was getting a System.Reflection.AmbiguousMatchException: 'Ambiguous match found.' on the "Contains" method which has multiple signatures. Adding in new[] { typeof(string) } specifies the right method, I believe.

First pull request and contribution.

Thanks. Nice work.

I was getting a System.Reflection.AmbiguousMatchException: 'Ambiguous match found.' on the "Contains" method which has multiple signatures. Adding in new[] { typeof(string) } specifies the right method, I believe.

First pull request and contribution.

Thanks. Nice work.
Copy link
Owner

@garvincasimir garvincasimir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I should strive to be more explicit in other parts of the code if that isn't already the case. Thanks.

@garvincasimir garvincasimir merged commit c8908f2 into garvincasimir:master Jun 6, 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

Successfully merging this pull request may close these issues.

2 participants