Anthony
Anthony
At the moment we don't have this extension point built. The intention is that you shouldn't have to do anything manually here as we are working with the ado.net team...
Currently we got an extension point put into SQL ADO.Net... Unfortunately there wasn't any real place that we could get support across all ado providers out of the box. The...
As far as SQL goes, if you have a look [here](https://github.com/dotnet/corefx/blob/master/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs) and do a search for `_diagnosticListener` you will see how we implemented it SQLClient... the long and the short...
We are starting to get into the territory of code based configuration - https://github.com/Glimpse/Glimpse/pull/504.
@CGijbels Just wondering if you think we can bring this into the v2 branch yet?
In terms of initial feedback, this looks great!!! First thing that would be good to do is split this into 3 different PRs. They seem to me like 3 different...
Great idea. Lets make it happen. Just let us know if/when you have any questions. Also once you have a design in mind, let us know and we can help...
Looking great! Keep up the work. In terms of the work, I think we might run into a small issue that we should work through. Specifically the current output looks...
Ya what you have with the switch statement looks great and will work well for now. We should also probably add `ClientInterfaceScript` and `RequestMetadataScript` as well. This means people can't...