We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The constructor of the ResolverResult class does not initialize Value member correctly.
To Reproduce
Constructor currently initializes Value to "default" of the type.
The text was updated successfully, but these errors were encountered:
@seblescure I fixed the bug and wrote some tests. I will create a new patch release tonight.
Sorry, something went wrong.
@seblescure fix is included in version 4.2
Thanks for the quick fix :)
michaelstaib
No branches or pull requests
Describe the bug
The constructor of the ResolverResult class does not initialize Value member correctly.
To Reproduce
Constructor currently initializes Value to "default" of the type.
The text was updated successfully, but these errors were encountered: