Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mihazupan/telegram.bot.analyzers

Roslyn analyzers and code fixes for the Telegram.Bot library
https://github.com/mihazupan/telegram.bot.analyzers

code-fix roslyn-analyzer telegram-bot

Last synced: about 1 month ago
JSON representation

Roslyn analyzers and code fixes for the Telegram.Bot library

Awesome Lists containing this project

README

        

# Telegram.Bot.Analyzers

[![Build Status](https://travis-ci.org/MihaZupan/Telegram.Bot.Analyzers.svg?branch=master)](https://travis-ci.org/MihaZupan/Telegram.Bot.Analyzers)

Roslyn analyzers and code fixes for the Telegram.Bot library

Browse the list of all diagnostics: [`LIST`](https://github.com/MihaZupan/Telegram.Bot.Analyzers/blob/master/LIST.md)

If you want to help out and write your own diagnostic, read the [`Contributing guide`](https://github.com/MihaZupan/Telegram.Bot.Analyzers/blob/master/CONTRIBUTING.md)

## Installation

Install as [NuGet package](https://www.nuget.org/packages/Telegram.Bot.Analyzers/):

Package manager:

```powershell
Install-Package Telegram.Bot.Analyzers
```