Resharper with Service Fabric Diagnostic Event Viewer
When i have Resharper installed and starts up my Service Fabric application none of the EventSource gets automatically picked up. I can add the to the providers list manually but that is very cumbersome to do every time you want to debug your application. If i uninstall resharper then i get the trace from Service Fabric as expected.
This can be reproduced by installing service fabric and add a new service.
This is also a issue for others as you can see from https://stackoverflow.com/questions/48094466/cannot-find-etw-event-id-name
Please sign in to leave a comment.
Hello Lasse!
Thank you for contacting us.
Seems to be similar to the following issue - https://youtrack.jetbrains.com/issue/RSRP-466683, MS team promised to fix it in upcoming Visual Studio updates.
You can check that it might happen even without ReSharper by uninstalling/disabling ReSharper and then executing the following set of actions:
Thank you.