fsprojects / FSharpx.Async

Asynchronous programming utilities for F#
http://fsprojects.github.io/FSharpx.Async/
Other
94 stars 31 forks source link

[WIP] Migrates to new SDK style project files. #40

Closed ChrSteinert closed 6 years ago

ChrSteinert commented 6 years ago

Updates build script to use .NET CLI. Updates FAKE and FSharp.Core.

ChrSteinert commented 6 years ago

An interesting thing I also saw locally - one test fails, because the Exception is an AggregateException - the type I would usually expect there. Is this due to some other runtime being used now (for whatever reason)? Should I just change the expected exception type?

ChrSteinert commented 6 years ago

Also - how to get this running with travis at all?

ChrSteinert commented 6 years ago

Ah, just saw I am late to the game. Don't mind me then ;)