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 

0
1 comment
Official 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:

  • Enable "Show Miscellaneous files" checkbox on Tools | Options | Environment | Documents page;
  • When any Service Fabric solution is open, try opening any files not belonging the solution (File | Open | File);
  • Check that this file appears inside "Miscellaneous files" folder in the Solution Explorer;
  • Check the ETW providers list again.

Thank you.

Please sign in to leave a comment.