jonwagner / EventSourceProxy

EventSourceProxy (ESP) is the easiest way to add scalable Event Tracing for Windows (ETW) logging to your .NET program
Other
97 stars 20 forks source link

Can not set the Level value of the EventSourceImplementation attribute #52

Closed abe545 closed 3 years ago

abe545 commented 8 years ago

This is because nullables aren't allowed to be specified in an attribute. The full error is:

'Level' is not a valid named attribute argument because it is not a valid attribute parameter type

I'm using the EventSourceProxy.NuGet package.

jonwagner commented 3 years ago

Fixed in 4.0.0.