Microsoft.VisualStudio.Threading 17.10.12-preview

Prefix Reserved
This is a prerelease version of Microsoft.VisualStudio.Threading.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.VisualStudio.Threading --version 17.10.12-preview
                    
NuGet\Install-Package Microsoft.VisualStudio.Threading -Version 17.10.12-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.10.12-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.10.12-preview" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.VisualStudio.Threading" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.VisualStudio.Threading --version 17.10.12-preview
                    
#r "nuget: Microsoft.VisualStudio.Threading, 17.10.12-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.VisualStudio.Threading@17.10.12-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.VisualStudio.Threading&version=17.10.12-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.VisualStudio.Threading&version=17.10.12-preview&prerelease
                    
Install as a Cake Tool

Microsoft.VisualStudio.Threading

Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).

Features

  • Async versions of many threading synchronization primitives
    • AsyncAutoResetEvent
    • AsyncBarrier
    • AsyncCountdownEvent
    • AsyncManualResetEvent
    • AsyncReaderWriterLock
    • AsyncSemaphore
    • ReentrantSemaphore
  • Async versions of very common types
    • AsyncEventHandler
    • AsyncLazy<T>
    • AsyncLazyInitializer
    • AsyncLocal<T>
    • AsyncQueue<T>
  • Await extension methods
    • Await on a TaskScheduler to switch to it. Switch to a background thread with await TaskScheduler.Default;
    • Await on a Task with a timeout
    • Await on a Task with cancellation
  • JoinableTaskFactory that allows you to schedule asynchronous or synchronous work that does not deadlock with the UI thread even when the UI thread needs to synchronously block on the result.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (179)

Showing the top 5 NuGet packages that depend on Microsoft.VisualStudio.Threading:

Package Downloads
Microsoft.VisualStudio.Utilities

A member of the Visual Studio SDK

Microsoft.VisualStudio.Text.Data

Microsoft® Visual Studio® Editor Platform

Microsoft.VisualStudio.Shell.Framework

A member of the Visual Studio SDK

Microsoft.VisualStudio.CoreUtility

Microsoft® Visual Studio® Editor Platform

Microsoft.VisualStudio.Shell.15.0

A member of the Visual Studio SDK

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Microsoft.VisualStudio.Threading:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
netchx/netch
A simple proxy client
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
Version Downloads Last Updated
17.14.15 1,918,628 5/14/2025
17.14.2-alpha 1,199 3/12/2025
17.13.61 954,644 3/17/2025
17.13.2 903,137 2/12/2025
17.12.19 1,863,074 11/12/2024
17.11.20 2,147,378 8/13/2024
17.11.19-preview 808 7/3/2024
17.10.48 1,932,487 5/1/2024
17.10.41 102,956 5/21/2024
17.10.12-preview 1,100 4/23/2024
17.9.28 1,264,555 2/7/2024
17.9.1-alpha 181,926 12/4/2023
17.8.14 1,145,169 11/14/2023
17.7.35 311,726 11/17/2023
17.7.30 991,358 8/10/2023
17.7.1-preview 1,080 7/28/2023
17.6.40 2,693,089 5/16/2023
17.5.22 934,454 2/2/2023
17.5.21 70,614 3/3/2023
17.5.10-alpha 14,913 1/5/2023
Loading failed