Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linqpad Driver is missing event classes in the connection view #57

Open
CIPop opened this issue May 3, 2019 · 1 comment
Open

Linqpad Driver is missing event classes in the connection view #57

CIPop opened this issue May 3, 2019 · 1 comment

Comments

@CIPop
Copy link
Member

CIPop commented May 3, 2019

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
Copy link
Member Author

CIPop commented May 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant