Microsoft.VisualStudio.Threading
17.10.41
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.VisualStudio.Threading --version 17.10.41
NuGet\Install-Package Microsoft.VisualStudio.Threading -Version 17.10.41
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.10.41" />
paket add Microsoft.VisualStudio.Threading --version 17.10.41
#r "nuget: Microsoft.VisualStudio.Threading, 17.10.41"
// Install Microsoft.VisualStudio.Threading as a Cake Addin #addin nuget:?package=Microsoft.VisualStudio.Threading&version=17.10.41 // Install Microsoft.VisualStudio.Threading as a Cake Tool #tool nuget:?package=Microsoft.VisualStudio.Threading&version=17.10.41
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 withawait TaskScheduler.Default;
- Await on a
Task
with a timeout - Await on a
Task
with cancellation
- Await on a
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 | Versions 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. |
.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. |
-
.NETFramework 4.7.2
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.10.41)
- Microsoft.VisualStudio.Validation (>= 17.8.8)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.10.41)
- Microsoft.VisualStudio.Validation (>= 17.8.8)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.10.41)
- Microsoft.VisualStudio.Validation (>= 17.8.8)
-
net6.0-windows7.0
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.10.41)
- Microsoft.VisualStudio.Validation (>= 17.8.8)
NuGet packages (143)
Showing the top 5 NuGet packages that depend on Microsoft.VisualStudio.Threading:
Package | Downloads |
---|---|
Microsoft.VisualStudio.Utilities
A member of the Visual Studio SDK |
|
StreamJsonRpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport. |
|
Nerdbank.Streams
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc. |
|
Microsoft.VisualStudio.Text.Data
Microsoft® Visual Studio® Editor Platform |
|
Microsoft.VisualStudio.CoreUtility
Microsoft® Visual Studio® Editor Platform |
GitHub repositories (86)
Showing the top 5 popular GitHub repositories that depend on Microsoft.VisualStudio.Threading:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
netchx/netch
A simple proxy client
|
|
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
|
|
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
Version | Downloads | Last updated |
---|---|---|
17.11.20 | 409,383 | 8/13/2024 |
17.11.19-preview | 519 | 7/3/2024 |
17.10.48 | 580,611 | 5/1/2024 |
17.10.41 | 61,384 | 5/21/2024 |
17.10.12-preview | 719 | 4/23/2024 |
17.9.28 | 549,941 | 2/7/2024 |
17.9.1-alpha | 81,821 | 12/4/2023 |
17.8.14 | 608,340 | 11/14/2023 |
17.7.35 | 189,853 | 11/17/2023 |
17.7.30 | 736,549 | 8/10/2023 |
17.7.1-preview | 703 | 7/28/2023 |
17.6.40 | 1,576,572 | 5/16/2023 |
17.5.22 | 665,735 | 2/2/2023 |
17.5.21 | 54,454 | 3/3/2023 |
17.5.10-alpha | 12,432 | 1/5/2023 |
17.4.33 | 182,139 | 1/3/2023 |
17.4.27 | 2,375,488 | 11/9/2022 |
17.3.48 | 137,174 | 10/21/2022 |
17.3.44 | 519,466 | 8/9/2022 |
17.3.1-alpha | 4,857 | 7/14/2022 |
17.2.32 | 577,380 | 5/6/2022 |
17.2.20-alpha | 8,208 | 4/26/2022 |
17.1.46 | 1,679,525 | 2/17/2022 |
17.0.64 | 1,071,697 | 11/8/2021 |
17.0.63 | 1,009,805 | 9/23/2021 |
17.0.46-alpha | 114,958 | 9/20/2021 |
17.0.32-alpha | 771,208 | 8/11/2021 |
17.0.26-alpha | 189,276 | 7/19/2021 |
17.0.17-alpha | 333,576 | 6/17/2021 |
17.0.15-alpha | 65,587 | 6/1/2021 |
17.0.13-alpha | 3,441 | 5/17/2021 |
16.10.56 | 1,884,038 | 5/27/2021 |
16.10.51-alpha | 4,860 | 6/17/2021 |
16.9.60 | 1,363,594 | 3/11/2021 |
16.9.54 | 69,296 | 3/3/2021 |
16.9.51 | 51,614 | 11/5/2021 |
16.9.45-alpha | 2,806 | 1/15/2021 |
16.8.55 | 1,520,734 | 11/5/2020 |
16.8.51 | 157,497 | 10/27/2020 |
16.8.50 | 5,988 | 10/23/2020 |
16.7.56 | 1,363,530 | 9/2/2020 |
16.7.54 | 68,687 | 7/31/2020 |
16.6.13 | 962,461 | 4/4/2020 |
16.5.132 | 240,697 | 2/10/2020 |
16.5.124-alpha | 1,361 | 12/20/2019 |
16.5.119-alpha | 1,269 | 12/19/2019 |
16.5.108-alpha | 2,756 | 12/13/2019 |
16.4.45 | 285,696 | 1/21/2020 |
16.4.43 | 133,541 | 12/19/2019 |
16.4.39 | 1,308 | 12/19/2019 |
16.4.33 | 437,083 | 11/16/2019 |
16.4.16 | 263,989 | 10/2/2019 |
16.3.59 | 1,764 | 10/2/2019 |
16.3.52 | 400,958 | 9/4/2019 |
16.3.13 | 166,465 | 8/2/2019 |
16.3.1-alpha | 11,674 | 6/27/2019 |
16.0.102 | 1,978,913 | 2/5/2019 |
16.0.96-beta | 23,339 | 12/21/2018 |
16.0.82-beta | 10,333 | 12/19/2018 |
15.8.209 | 457,682 | 12/21/2018 |
15.8.192 | 379,331 | 12/1/2018 |
15.8.168 | 192,835 | 9/22/2018 |
15.8.145 | 49,202 | 8/25/2018 |
15.8.132 | 628,057 | 7/13/2018 |
15.8.122 | 140,185 | 7/10/2018 |
15.8.99-rc | 25,785 | 6/15/2018 |
15.8.95-rc | 1,604 | 6/7/2018 |
15.8.81-beta | 1,830 | 5/15/2018 |
15.8.72-beta | 1,584 | 5/11/2018 |
15.8.47-beta | 1,510 | 4/26/2018 |
15.8.46-beta | 1,978 | 4/25/2018 |
15.7.23 | 3,068 | 7/6/2018 |
15.7.21 | 3,578 | 6/15/2018 |
15.7.18 | 27,045 | 5/9/2018 |
15.7.17 | 45,812 | 4/27/2018 |
15.7.15-preview | 1,523 | 4/26/2018 |
15.6.56 | 42,542 | 4/26/2018 |
15.6.46 | 102,071 | 3/1/2018 |
15.6.44 | 3,711 | 2/24/2018 |
15.6.31 | 528,291 | 2/15/2018 |
15.6.11-beta | 10,877 | 12/6/2017 |
15.5.32 | 127,712 | 2/1/2018 |
15.5.24 | 41,816 | 12/5/2017 |
15.5.13-beta | 16,248 | 8/21/2017 |
15.5.11-beta | 4,702 | 8/2/2017 |
15.5.5-beta | 1,632 | 7/31/2017 |
15.4.4 | 247,409 | 8/21/2017 |
15.3.83 | 101,912 | 8/8/2017 |
15.3.35 | 13,952 | 7/11/2017 |
15.3.23 | 651,787 | 5/19/2017 |
15.3.20 | 652,293 | 5/3/2017 |
15.2.5 | 13,426 | 6/28/2017 |
15.0.240 | 790,379 | 1/30/2017 |
15.0.116-pre | 1,708 | 1/11/2017 |
15.0.109-pre | 16,191 | 10/13/2016 |
15.0.83-pre | 187,673 | 8/31/2016 |
15.0.49-pre | 2,263 | 8/16/2016 |
15.0.20-pre | 77,364 | 3/30/2016 |
15.0.18-pre | 20,671 | 3/24/2016 |
14.1.131 | 392,374 | 4/7/2016 |
14.1.114 | 65,763 | 11/7/2015 |
14.1.111 | 555,354 | 11/7/2015 |
14.0.51107 | 9,181 | 11/7/2015 |
14.0.51103 | 3,235 | 11/7/2015 |
14.0.50702 | 233,644 | 7/20/2015 |
14.0.50522-pre | 7,478 | 6/17/2015 |
14.0.50417-pre | 5,603 | 4/29/2015 |
12.2.0 | 37,674 | 12/17/2015 |
12.0.0 | 19,186 | 12/17/2015 |