saleem-mirza / serilog-sinks-mysql

Serilog sink that writes to MySQL database.
Apache License 2.0
35 stars 25 forks source link

Method not found BeginTransactionAsync for .net core 7 project #22

Open YagneshKhamar opened 1 year ago

YagneshKhamar commented 1 year ago

I was trying to implement Serilog for MySQL database and everything was working fine but found that adding data into the db was not working. So on debugging the logs and code found that I am getting following error:

Method not found: MySql.Data.Data.MysqlClient.MySqlConnection.BeginTransaction

saleem-mirza commented 1 year ago

Unable to reproduce defect. I'd suggest creating minimum viable demo for reproducing this defect.

YagneshKhamar commented 1 year ago

Sure let me do it