Skip to content

v17.3.44

Compare
Choose a tag to compare
@AArnott AArnott released this 21 Oct 18:52
· 1104 commits to main since this release
f00723c

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