Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers
Now superseded by Microsoft/vs-threading
https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers
Last synced: 7 days ago
JSON representation
Now superseded by Microsoft/vs-threading
- Host: GitHub
- URL: https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers
- Owner: DotNetAnalyzers
- License: other
- Archived: true
- Created: 2014-11-18T22:44:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T12:56:54.000Z (over 6 years ago)
- Last Synced: 2024-08-02T16:56:06.323Z (3 months ago)
- Language: C#
- Homepage: https://github.com/Microsoft/vs-threading
- Size: 200 KB
- Stars: 121
- Watchers: 21
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Async Usage Analyzers for the .NET Compiler Platform
[![NuGet package](https://img.shields.io/nuget/v/AsyncUsageAnalyzers.svg)](https://nuget.org/packages/AsyncUsageAnalyzers)
[![Join the chat at https://gitter.im/DotNetAnalyzers/AsyncUsageAnalyzers](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetAnalyzers/AsyncUsageAnalyzers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/0f0w76hunsj3es8p/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/asyncusageanalyzers/branch/master)
[![codecov.io](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers/coverage.svg?branch=master)](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers?branch=master)
This repository contains analyzers for best practices related to asynchronous programming. Where possible, code fixes are also provided to simplify the process of correcting violations.