onatsko

Results 3 issues of onatsko

In visual studio after running EF command update database, I can see the log of transactions executing. Could you do the same for the plugin? --- **Dev notes**: - AvaloniaRider...

suggestion

I use your lib for sending message to Telegram, it works great, thank you! But today I enable nullable in project and get error on code: ``` logConfig = logConfig.WriteTo.Telegram(config...

**Describe the bug** I used this lib to send logs to telegram. `logConfig = logConfig.WriteTo.TelegramCore(token, chatId, logLevelError);` **To Reproduce** Steps to reproduce the behavior: 1. Start app with code ```...