Top "Resharper-9.0" questions

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio, including the VS2013 Preview.

Resharper Cache size uses huge amount of disk space

I noticed that my development machine running windows server suddenly ran out of space. I ran WINDIRSTAT and see that …

resharper resharper-9.0
c# Resharper 'No Tests Found in Project' / 'Inconclusive: Test wasn't run'

I've got ReSharper v8.2.1 installed. I have a VS2013 solution that contains several test projects. Most of them work just …

c# visual-studio-2013 .net-4.5 mstest resharper-9.0
ReSharper: setting C# language level for Solution

Further to this question, I have lots of projects inside a solution and I dont want to create a dotsettings …

resharper visual-studio-2015 c#-5.0 c#-6.0 resharper-9.0
Resharper highlights use of nameof with "Explicit argument passed to parameter with caller info attribute"

I'm using the nameof function to get a property name as a string thus: public bool IsRunning => ...; ... RaisePropertyChanged(nameof(…

c# c#-6.0 resharper-9.0 nameof