Skip to content

2.1.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sharwell sharwell released this 05 Mar 21:48
· 2 commits to master since this release

Preliminary Feature Release

Changes since 2.0.0

  • Features
    • Support async/await: Installing this package allows .NET 3.5+ projects to use async/await when developing and compiling code with Visual Studio 2012 or newer
      • Support for async/await in .NET 3.5 applications is provided by this package directly
      • Support for async/await in .NET 4.0 applications is provided by a new dependency on Microsoft.Bcl.Async
    • Added new CoreTaskExtensions.Catch overloads which support exception filtering