Skip to content

Support Contracts and WebRequest timeout, and fix ValueTask awaiters

Choose a tag to compare

@skarllot skarllot released this 10 Apr 04:17
· 53 commits to master since this release

This release introduce the following changes:

  • Fix implementation of ValueTask awaiters;
  • Fix to unwrap exception of nested Task when using Run method of Task class;
  • Support contracts (System.Diagnostics.Contracts);
  • Support timeout on WebRequestAsyncExtensions.