Questions tagged [resharper-2016]

19 questions
0
votes
2 answers

ReSharper can´t find unreachable code

I have this code: Assert.IsTrue(datasetMetadata1 != null && datasetMetadata1.Length == 5); Assert.IsTrue(datasetMetadata2 != null && datasetMetadata2 .Length == 11); if ((datasetMetadata1 == null || datasetMetadata1.Length != 5)…
MakePeaceGreatAgain
  • 35,491
  • 6
  • 60
  • 111
0
votes
1 answer

VS 2015's Light bulb still shows up?

I'm using VS2015 with Resharper 2016. I've disabled Visual studio bulb at R# settings : Also in here : But it still appears when I click on some keywords : Click on "public" Click on "HttpresponseMessage" Click on "GetPDF" Question How can…
Royi Namir
  • 144,742
  • 138
  • 468
  • 792
0
votes
1 answer

ReSharper 2016.1 xUnit test runner does not support Theory

I'm currently using ReSharper 2016.1.2 with the native xUnit test runner. I was wondering why the Theories are not supported and get simply ignored from the test sessions. Moreover, trying to run them singularly has no effect at all. What is also a…
Timoty Weis
  • 180
  • 2
  • 9
0
votes
1 answer

Extreme slowness on visual studio startup - creates a great deal of node processes

I use Visual Studio 2015 update 2 and Resharper 2016.1.1 on daily basis and since the last update (both where updated on the same day) upon any project startup it creates like 30-50 node processes which suck up my memory and CPU. For around 15…
afnpires
  • 601
  • 1
  • 8
  • 24
1
2