Suchiman / SerilogAnalyzer

Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.
Apache License 2.0
309 stars 29 forks source link

Refactorings don't work with Resharper #45

Open tndata opened 5 years ago

tndata commented 5 years ago

Managed to get the refactorings to work by installing the VSIX package instead of NuGet. But if I have Resharper (latest, on VS2019 v16.0.2) then the refactoring (showing the config) does not work.

If i disable Resharper, then the refactoring works.

Perhaps it could be more clear in the readme.md that you need to install it as a VSIX (not NuGet) and Reshaper can interfere.

Lindsey1986 commented 5 years ago

I'm also having this same problem.

brunosansigolo commented 4 years ago

Same problem here, still not working with Resharper (2019.1.2, on VS2019 v16.3.1).

@tndata thanks for that!

Martijnr85 commented 3 years ago

There is an easy fix for this, you can update your Resharper settings in order to show this refactor window. By default if you have Resharper installed they will hide the Visual Studio quick fixes because 9 out of 10 they have the same functionality.. I had the same issue but this worked for me..

image