Initial implementation of async/await support#90
Initial implementation of async/await support#90sharwell merged 8 commits intotunnelvisionlabs:masterfrom
Conversation
|
I’m checking whether we can make |
7cadd01 to
3e004f9
Compare
|
@terrajobst This pull request now includes a fair number of tests for the new functionality, proving that it does bring async/await support to .NET 3.5. 🎉 |
|
@terrajobst Any update on this? 😄 |
|
I had to move this back to 2.1.0 since it's not yet approved and I need to release a stable version 2.0.0. 😦 |
|
@sharwell Sorry for the long delay. I think I got some traction on this now. Will keep you posted. |
|
😄 |
|
OK, I've clarified the licenses and submitted a PR to the Microsoft Reference Source repository: microsoft/referencesource#17 which officially identifies the source as MIT licensed. I assume this is enough to unblock your work? |
|
🎉 I'll make sure I get the notices for this project updated but I'm pretty sure this is 🎉 !! |
Current coverage is
|
Initial implementation of async/await support

This pull request adds support for async/await in .NET 3.5 applications. The implementation is based on code in https://github.com/Microsoft/referencesource, which has been modified as follows: