Tx icon indicating copy to clipboard operation
Tx copied to clipboard

Linqpad Driver is missing event classes in the connection view

Open CIPop opened this issue 5 years ago • 1 comments

Linqpad driver is missing some of the event classes in the connection view:

image

In this case, all the 4 classes have Info and Associate events (some Enter/Exit). For some reason they only appear in the Device_Client class.

The query though works as expected and returns the same counts as PerfView:

playback.GetAll(
    typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.Associate),
    typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.Info),
    typeof(Tx.Windows.Microsoft_Azure_Devices_Provisioning_Client.RegisterAsync)
    ).Count().Dump();

CIPop avatar May 03 '19 20:05 CIPop

/cc @abhipsamisra @davilu @prmathur-microsoft

CIPop avatar May 03 '19 20:05 CIPop