Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mihazupan/telegram.bot.analyzers
- Owner: MihaZupan
- License: mit
- Created: 2018-08-15T19:05:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T19:17:58.000Z (over 6 years ago)
- Last Synced: 2024-10-26T08:24:48.233Z (2 months ago)
- Topics: code-fix, roslyn-analyzer, telegram-bot
- Language: C#
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```