MiniProfiler / dotnet

A simple but effective mini-profiler for ASP.NET (and Core) websites
https://miniprofiler.com/dotnet/
MIT License
2.92k stars 602 forks source link

Attempt Fix #505 SQL Timings Not Displaying - for ProfiledDbDataAdapt… #658

Open urbanekv opened 1 year ago

urbanekv commented 1 year ago

…er.Fill() called with a dataset

Hi @NickCraver , after some exploring, I dared to post this draft. It helped us to solve the problem with missing stats - issue #505

In our project, we use ProfiledDbDataAdapter with the DataSet object passed to the FIll() method . It helped us to get rid of not-well-closed timings. The totals are now filled correctly.

tvavrda commented 12 months ago

@NickCraver can we ask for a status of this PR? Is there anything we can do? Thanks.