Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.