Skip to content

Creating an EventPipeProvider with no keywords filters out any event with keywords #1062

Closed
@davmason

Description

@davmason

If I create an eventpipe provider and specify no keywords:

new EventPipeProvider("MyEventSource", EventLevel.Verbose)

It will filter out any events with keywords. This is the opposite behavior of what I would expect. My expectation going in would be that if I specify no keywords I get all events, and only if I specify keywords then will it filter.

Keywords should default to 0xFFFFFFFFFFFFFFFFF and not 0x0.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions