Skip to content

Releases: microsoft/vs-threading

v17.5.21

19 May 16:46
1738f83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v17.5.10-alpha...v17.5.21

v17.4.33

03 Jan 19:37
ccb3fd2
Compare
Choose a tag to compare

What's Changed

  • Fix VSTHRD110 failure to handle unobserved tasks in finalizers by @AArnott in #1097
  • Add CompilationEnd tag to VSTHRD010 analyzer by @AArnott in #1114

Full Changelog: v17.4.27...v17.4.33

v17.5.10-alpha

05 Jan 19:51
a83e88d
Compare
Choose a tag to compare
v17.5.10-alpha Pre-release
Pre-release

What's Changed

  • Fix VSTHRD110 failure to handle unobserved tasks in finalizers by @AArnott in #1097

Full Changelog: v17.4.27...v17.5.10-alpha

v17.3.48

21 Oct 18:52
0a1c1b1
Compare
Choose a tag to compare

What's Changed

  • Fix VSTHRD110 failure to handle unobserved tasks in finalizers by @AArnott in #1097

Full Changelog: v17.3.44...v17.3.48

v17.4.27

14 Dec 17:39
2e8bf5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v17.3.44...v17.4.27

v17.3.44

21 Oct 18:52
f00723c
Compare
Choose a tag to compare

What's Changed

  • Reduce unnecessary disposing JTF dependencies & task continuations by @lifengl in #1017
  • Update VSTHRD100.md by @asaf92 in #1019
  • Improve scalability in the JoinableTask dependency chain by @lifengl in #1018
  • Expose a property on whether JoinableTaskContext has any JTF blocking calls on the main thread by @jialongcheng in #1026
  • Retarget net5.0 to net6.0 by @AArnott in #1034
  • Disable a few tests that fail repeatedly in Azure Pipelines by @AArnott in #1040
  • Replace hand-authored NativeMethods with CsWin32 by @AArnott in #950
  • Fix IsMainThreadMaybeBlocked to return false value after the main task completed by @lifengl in #1042
  • Update dependencies by @AArnott in #1048
  • Remove the JoinableTaskContext.IsMainThreadBlockedByAnyone property by @AArnott in #1055
  • Handle 4-integer package versions in InsertConfigValues.ps1 by @matteo-prosperi in #1058
  • Add JoinableTaskInternals.IsMainThreadBlockedByAnyJoinableTask method by @jialongcheng in #1068
  • Resurrect win7 support by @AArnott in #1070

New Contributors

Full Changelog: v17.3.1-alpha...v17.3.44

v17.3.1-alpha

21 Oct 18:51
2afb793
Compare
Choose a tag to compare
v17.3.1-alpha Pre-release
Pre-release

What's Changed

  • Prevent creating two task waiting chains when joins AsyncLazy. by @lifengl in #999
  • Revert "Prevent creating two task waiting chains when joins AsyncLazy." by @lifengl in #1011
  • Cache boxed bool values to reduce allocation overhead by @Erarndt in #1012

New Contributors

Full Changelog: v17.2.32...v17.3.1-alpha

v17.2.32

06 May 20:04
50970d6
Compare
Choose a tag to compare

Changes:

The netcoreapp3.1 target in this package adds WindowsDesktop dependencies to match what was already available in the net471 target. To avoid a WindowsDesktop runtime dependency, target net5.0 or later. For .NET 5.0, the WindowsDesktop dependencies are only expressed when targeting in net5.0-windows. See #1033.

Fixes:

  • #1000: AsyncSemaphore deadlock: EnterAsync holds lock while blocking on cancellation handler which needs lock

Enhancements:

  • #1004: Add net5.0 and net5.0-windows TFMs
  • #994: Add SynchronizationContext.GetAwaiter extension method

Others:

v17.2.20-alpha

26 Apr 21:33
34b8473
Compare
Choose a tag to compare
v17.2.20-alpha Pre-release
Pre-release

Changes:

Fixes:

  • #979: Fix InvalidCastException thrown from VSTHRD102

Enhancements:

  • #987: AsyncQueue.ToArray() made public (#986)
  • #978: Update reentrant exception to be of specific type
  • #986: Get list of queued items in AsyncQueue

Others:

  • #977: Build SBOM manifest as part of build
  • #976: Apply latest Library.Template including SDT additions

This list of changes was auto generated.

v17.1.46

23 Feb 14:59
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix a task continuation hang related to project lock. by @lifengl in #927

Enhancements

  • Allow PrepareResourceAsync task to be cancelled when all joined requests are cancelled by @lifengl in #936
  • Use ManualResetEvent on AwaitExtensions.WaitForRegistryChangeAsync. by @teo-tsirpanis in #948
  • Avoid Tuple allocation in ToTask(WaitHandle) when CancellationToken cannot be cancelled by @AArnott in #949

New Contributors

Full Changelog: v17.0.64...v17.1.46