Skip to content

Releases: microsoft/vs-threading

v17.0.64

14 Dec 17:59
9708b8b
Compare
Choose a tag to compare

Fixes

  • #906 Unhandled exception in AsyncSemaphore: The LinkedList node does not belong to current LinkedList

v17.0.63

04 Oct 14:16
4885b8f
Compare
Choose a tag to compare

Enhancements:

  • #907: VSTHRD010 Extend member access analysis to events

v17.0.46-alpha

04 Oct 14:44
4c92741
Compare
Choose a tag to compare
v17.0.46-alpha Pre-release
Pre-release

Fixes

  • #693 .Result after Task.WhenAll raise VSTHRD002
  • #485 Trailing period in vs-threading.MembersRequiringMainThread.txt causes compiler hang

Enhancements

  • #884 Make use of fast HashSet.Contains check
  • #889 Avoid reading resource unless needed
  • #900 Fix an unnecessary thread pool dependency when waiting JTF collection.

v17.0.32-alpha

04 Oct 14:40
127e17d
Compare
Choose a tag to compare
v17.0.32-alpha Pre-release
Pre-release

Fixes

  • #544 JTF.TryExecute may throw NullReferenceException
  • #456 Structs not being recognized as MembersRequiringMainThread

v17.0.26-alpha

04 Oct 14:39
a0ab9d8
Compare
Choose a tag to compare
v17.0.26-alpha Pre-release
Pre-release

Fixes:

  • #637 VSTHRD114: fires even in the function is annotated as returning nullable Tasks
  • #772 VSTHRD110 does not trigger when using null-conditional member access
  • #849 Analyzer failure when checking parenthesized expression

v17.0.17-alpha

22 Jun 14:01
65186b0
Compare
Choose a tag to compare
v17.0.17-alpha Pre-release
Pre-release

No shipping changes

v17.0.15-alpha

22 Jun 14:01
18f95d1
Compare
Choose a tag to compare
v17.0.15-alpha Pre-release
Pre-release

No shipping changes

v17.0.13-alpha

22 Jun 14:00
dccfdd0
Compare
Choose a tag to compare
v17.0.13-alpha Pre-release
Pre-release

Fixes

  • #844 Recover ReentrantSemaphore after JTF throws an exception
  • #846 Crash the process on unexpected failures when creating a JoinableTask

Others

  • #847 Use strong references for JTF dependencies

v16.10.56

22 Jun 13:58
Compare
Choose a tag to compare

Enhancements

  • #815 Provide a faster but less accurate way to check whether the current task blocking UI thread
  • #777 VSTHRD110: trigger on ConfigureAwait, recognize ValueTask

v16.10.51-alpha

22 Jun 13:55
fad0c9a
Compare
Choose a tag to compare
v16.10.51-alpha Pre-release
Pre-release

Enhancements

  • #764 Fix the dumpasync common to handle general ValueTasks.
  • #776 Improve performance in JoinableTask dependency analysis
  • #778 Reuse existing WeakReference of the JoinableTask
  • #783 Try to reduce performance overhead when we remove a JTF dependency
  • #784 Clean up synchronous task tracking from disconnected circular dependency islands
  • #807 Avoid going through UI thread pending queue twice in ReentrantSemaphore

Fixes

  • #792 Fix JoinTillEmptyAsync hang for ref-counted JTF collection
  • #791 Fix an inconsistency in whether dependencies of completed tasks should be included leads corrupted data structure
  • #799 Fix homemade IAsyncEnumerable support for VSTHRD200

Other

  • #794 Minor code cleanups & improvements