buvinghausen / TaskTupleAwaiter

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

Fix failing tests and update tested runtime versions #18

Closed jnm2 closed 4 years ago

jnm2 commented 4 years ago

In order to open the solution, the last commit requires you to install .NET 5 preview 7 and either use a side-by-side preview of VS or set the option in non-preview VS to use preview SDKs.

@buvinghausen Could you set up an appveyor.yml file for the repo so that I can have it install the preview SDK? I can't access https://ci.appveyor.com/project/buvinghausen/tasktupleawaiter/settings. Or is AppVeyor now redundant?

buvinghausen commented 4 years ago

I think appveyor is redundant at this juncture. The github action builds on opening a PR to master and that should be sufficient...