RepoMicrosoftMicrosoftpublished Oct 5, 2016seen 4d

microsoft/vs-threading

C#

Open original ↗

Captured source

source ↗
published Oct 5, 2016seen 4dcaptured 10hhttp 200method plain

microsoft/vs-threading

Description: The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

Language: C#

License: NOASSERTION

Stars: 1036

Forks: 158

Open issues: 107

Created: 2016-10-05T14:27:26Z

Pushed: 2026-06-10T16:49:29Z

Default branch: main

Fork: no

Archived: no

README:

vs-threading

![Build Status](https://dev.azure.com/azure-public/vside/_build/latest?definitionId=12) ![Join the chat at https://gitter.im/vs-threading/Lobby](https://gitter.im/vs-threading/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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.

See the full list of features.

Microsoft.VisualStudio.Threading.Analyzers

Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.

Diagnostic analyzer rules.