rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks
Creative Commons Zero v1.0 Universal
237 stars 27 forks source link

Re-add Task overloads as extension members #3

Closed 0x53A closed 7 years ago

0x53A commented 7 years ago

fixes https://github.com/rspeele/TaskBuilder.fs/issues/2 see https://github.com/Microsoft/visualfsharp/issues/3281#issuecomment-312002714

In a quick test this didn't seem to have any adverse effects, I will test it in my other projects as well.


Edit: seems I was too optimistic, CI didn't like it. :\

0x53A commented 7 years ago

Seems this actually does not work :\

rspeele commented 7 years ago

I appreciate the suggestion, and I think with another trick I may be able to make it work. Thank you!