buvinghausen / TaskTupleAwaiter

Async helper library to allow leveraging the new ValueTuple data types in C# 7.0
MIT License
70 stars 10 forks source link

Added missing `this` keyword to non-generic task ConfigureAwait extension methods #4

Closed jnm2 closed 6 years ago

jnm2 commented 6 years ago

Closes #3.

buvinghausen commented 6 years ago

@jnm2 thanks! I have posted version 1.1.2 to NuGet.org with these changes. You rock

jnm2 commented 6 years ago