TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
630 stars 289 forks source link

Version 21.6.0 and higher doesn't work #537

Closed Simplifier closed 2 weeks ago

Simplifier commented 2 weeks ago

This library doesn't work at all since version 21.6.0 for some reason. Rider just shows all the library classes and namespaces in red.

Monosnap StepikTelegramBots – Program cs 2024-09-0

And when I'm trying to run it I get the error: Program.cs(1, 7): [CS0246] The type or namespace name 'Telegram' could not be found (are you missing a using directive or an assembly reference?)

But when I install version 21.5.0, for example, the same program runs perfectly fine