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

ResolverResult not setting Value #216

Closed
seblescure opened this issue Aug 23, 2018 · 3 comments
Closed

ResolverResult not setting Value #216

seblescure opened this issue Aug 23, 2018 · 3 comments
Assignees

Comments

@seblescure
Copy link

Describe the bug
The constructor of the ResolverResult class does not initialize Value member correctly.

To Reproduce

  1. var rr = new ResolverResult(1);
  2. rr.Value is null

Constructor currently initializes Value to "default" of the type.

@michaelstaib
Copy link
Member

@seblescure I fixed the bug and wrote some tests. I will create a new patch release tonight.

@michaelstaib
Copy link
Member

@seblescure fix is included in version 4.2

@seblescure
Copy link
Author

Thanks for the quick fix :)

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