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

Fix error when returning Task of a reference type #73

Merged

Conversation

alextercete
Copy link

As pointed out by @Blewzman, a NullReferenceException was happening when trying to get the default value of Task<T> when T is a reference type.

Related to #66.

Thanks to @Blewzman for pointing that out.
kzu added a commit that referenced this pull request Dec 16, 2013
…wing-exception

Fix error when returning Task of a reference type
@kzu kzu merged commit 69bf046 into devlooped:master Dec 16, 2013
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.

None yet

2 participants