https://github.com/microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
https://github.com/microsoft/vs-threading
analyzer async dotnet netstandard nuget synchronization-primitives threading ui-thread
Last synced: 6 days ago
JSON representation
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
- Host: GitHub
- URL: https://github.com/microsoft/vs-threading
- Owner: microsoft
- License: other
- Created: 2016-10-05T14:27:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T19:30:12.000Z (9 days ago)
- Last Synced: 2025-04-21T00:54:33.384Z (8 days ago)
- Topics: analyzer, async, dotnet, netstandard, nuget, synchronization-primitives, threading, ui-thread
- Language: C#
- Homepage: https://microsoft.github.io/vs-threading/
- Size: 12.2 MB
- Stars: 1,017
- Watchers: 46
- Forks: 150
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# vs-threading
[](https://dev.azure.com/azure-public/vside/_build/latest?definitionId=12)
[](https://gitter.im/vs-threading/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)## Microsoft.VisualStudio.Threading
[](https://www.nuget.org/packages/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).
[Getting started](https://microsoft.github.io/vs-threading/docs/getting-started.html).
[See the full list of features](https://microsoft.github.io/vs-threading/docs/features.html).
## Microsoft.VisualStudio.Threading.Analyzers
[](https://www.nuget.org/packages/Microsoft.VisualStudio.Threading.Analyzers)
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
[Diagnostic analyzer rules](https://microsoft.github.io/vs-threading/analyzers/index.html).