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

Stop setting current index local which is nonexistent in ValueTuple deserializer #1280

Merged
merged 2 commits into from
Jun 13, 2019

Conversation

jnm2
Copy link
Contributor

@jnm2 jnm2 commented Jun 13, 2019

Fixes #1279, a bug introduced in #1242.

@mgravell I'm sorry I broke master. Hopefully the fix is super easy to review.

@jnm2
Copy link
Contributor Author

jnm2 commented Jun 13, 2019

@mgravell The check that failed (the WIP check) is saying that it needs someone with StackExchange org admin permissions to accept new permissions.

@mgravell mgravell merged commit 8b49eb6 into DapperLib:master Jun 13, 2019
@mgravell
Copy link
Member

Thanks for resolving so promptly - merged.

@jnm2
Copy link
Contributor Author

jnm2 commented Jun 13, 2019

@mgravell Using the new prerelease, everything seems to be working as anticipated.

rhubley pushed a commit to rhubley/Dapper that referenced this pull request Jan 29, 2020
…eserializer (DapperLib#1280)

* String and byte[] tuple elements cause InvalidProgramException

* Stop setting current index local which is nonexistent in ValueTuple deserializer
@jnm2 jnm2 deleted the fix_setting_nonexistent_local branch March 10, 2020 02:09
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.

InvalidProgramException on prerelease when first field is a non-numeric type
2 participants