I'm trying to display the SQL timings from queries that are running on background threads with Entity Framework 4.3 Code first and MVC 4. Another thread mentions a good way to do this, but I don't think this approach works for Code First because the SqlTimings list ends up with no items in it.
I can't call MiniProfilerEF.Initialize()
more than once and Clone()
does not work, so I'm not sure what else to do. Anyone have any good ideas?