Closed
Description
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.