Diagnostic Tool in VS does not catch ADO.NET when using ASYNC methods

948 Views Asked by At

I am developing a web API and using asynchronous as much as i can. I am using unitOfWork Pattern with Repository Pattern and EF 6.1.3. I know that in Diagnostic Tools in VS2015 we can see ADO.NET events and we can check the queries performed against the database (SQL). My problem is that i can´t see them...maybe because they are asynchronous. Is there a way to check the queries performed ? I know other tools to do that (SQL Profiler / EF interceptors) but i would like to use the Diagnostic Tools in VS.

0

There are 0 best solutions below