TelegramBots / Telegram.Bot

.NET Client for Telegram Bot API
https://telegrambots.github.io/book
MIT License
3.17k stars 685 forks source link

does it work on mono? #17

Closed Radzhab closed 9 years ago

Radzhab commented 9 years ago

I want use it with nancyfx. Its work on ubuntu with mono?

MrRoundRobin commented 9 years ago

can you try?

Neftedollar commented 9 years ago

Hi, I've just compile and run simple app that use this library (installed from nuget) with mono 4.0.1 (Windows 10). For run it you shuld execute mozroots --import --ask-remove --machine comand and then you can run your application with mono helloWorld.exe

marcovannoord commented 8 years ago

I think something changed with the telegram certificates, since even after adding the certificates (with mozroots). I still get the authentication error; which would suggest i don't have the necessary certificates. I've tried this with the "helloworld" from the api; Raspbian Jessie with Mono 4.0.1. Could someone confirm this?