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

AwaitableDisposable isn't portable between platforms with async support and without it #13

Closed
dsplaisted opened this issue Feb 24, 2015 · 3 comments
Assignees
Milestone

Comments

@dsplaisted
Copy link

The problem is described in this StackOverflow question: http://stackoverflow.com/questions/28703336/nuget-pcl-library-conflict

To fix this issue, you would need to depend on the Microsoft.Bcl.Async package for all platforms (even those that natively support async), and return the TaskAwaiter from the Microsoft.Runtime.CompilerServices in all cases.

@glen-nicol
Copy link

glen-nicol commented Jun 14, 2016

Has any progress been made or even accessed on this issue? I am running into this when I try to test my PCL with Nunit and have to reference Nito in the test library in order to test an interface with AwaitableDisposable.

@StephenCleary
Copy link
Owner

Not yet, sorry. There isn't currently a way to build AsyncEx, but building a build VM is on my todo list. Unfortunately, this will take at least half a day, and I won't have that much time available for some time.

@StephenCleary StephenCleary self-assigned this Jun 30, 2016
@StephenCleary
Copy link
Owner

Should be fixed in 4.0.0-pre.

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

3 participants