StyleCop / StyleCop.ReSharper

Official ReSharper extension for StyleCop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension stop working

Jimmy-Ahmed opened this issue · comments

Hi,

I do understand that this extension won't receive any updates. However, we use the new C# syntax. It gives us a syntax error, which is fine. I can live with that, however, the fix options for other errors break and do not show up.

Ex:
When we have null coalescing assignments as below:

image

And this is fine. I can ignore the syntax error, however, when I have another method missing XML doc, for example, the prompt of the fix does not show up, unless I have removed the line above.

Is that something you may fix?