Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:34:45.000Z (6 months ago)
- Last Synced: 2024-05-22T21:11:05.147Z (6 months ago)
- Topics: analyzer, async, dotnet, netstandard, nuget, synchronization-primitives, threading, ui-thread
- Language: C#
- Size: 11.6 MB
- Stars: 957
- Watchers: 45
- Forks: 148
- Open Issues: 99
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# vs-threading
[![Build Status](https://dev.azure.com/azure-public/vside/_apis/build/status/vs-threading)](https://dev.azure.com/azure-public/vside/_build/latest?definitionId=12)
[![Join the chat at https://gitter.im/vs-threading/Lobby](https://badges.gitter.im/vs-threading/Lobby.svg)](https://gitter.im/vs-threading/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)## Microsoft.VisualStudio.Threading
[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Threading.svg)](https://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).
[Overview documentation](doc/index.md).
[See the full list of features](src/Microsoft.VisualStudio.Threading/README.md).
## Microsoft.VisualStudio.Threading.Analyzers
[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Threading.Analyzers.svg)](https://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](doc/analyzers/index.md).
[See the full list of features](src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/README.md).