Activity overview
Latest activity by davidfanthony
Thanks Russell D for the response. I followed the instructions on that page and ran a profiling session: ".NET executable" Profiling mode: "Line-level & method-level timings" Checked "Enable SQL query profiling" ...but wound up with the following on the "Database calls" tab: "No SQL queries were recorded for the currently selected time period. If your application is making database calls, run a new profiling session and enable SQL query profiling." I even drilled-down into the call tree where I knew a query was being issued: MySqlConnector.Core.TextCommandExecutor.ExecuteReaderAsync(...We are using the Pomelo Entity Framework driver with MariaDb: GitHub - PomeloFoundation/Pomelo.EntityFrameworkCore.MySql: Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector Is there something special I'm missing besides checking "Enable SQL query profiling?" / comments
Thanks Russell D for the response. I followed the instructions on that page and ran a profiling session:".NET executable"Profiling mode: "Line-level & method-level timings"Checked "Enable SQL quer...