Skip to content

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

Description

@CIPop

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions