Skip to content

Releases: WindowsCE/NETStandard.WindowsCE

Fix and optimize Task

13 Apr 05:45
Compare
Choose a tag to compare

This release introduce the following changes:

  • Create missing Run method overloads from Task class.
  • Create stub for Current property from TaskFactory class.
  • Fix TrySetResult method from Task class.
  • Optimize Task promises: Delay, WhenAll and WhenAny.
  • Optimize Task wait methods: WaitAll and WaitAny.

Support Contracts and WebRequest timeout, and fix ValueTask awaiters

10 Apr 04:17
Compare
Choose a tag to compare

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.