ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
I used to be able to run unit tests in VS 2012. Now, all of a sudden, whether I try to "…
c# unit-testing visual-studio-2012 resharper vs-unit-testing-frameworkWhat is the right way to use Assert.Inconclusive and IgnoreAttribute in MS Unit test framework? We are using Assert.…
.net unit-testing resharper mstest tfsbuildI just started using resharper and I am trying to learn all the hotkeys - Is there a list of …
keyboard-shortcuts resharper hotkeysIn a Visual Studio project (C#), I attempted to perform a rename of a namespace using the ReSharper shortcut (Ctrl + …
visual-studio visual-studio-2008 resharper resharper-4.5This code: comboBoxMonth.Items.AddRange(UsageRptConstsAndUtils.months.ToArray()); public static List<String> months = new List<String> { "…
c# resharper string-conversion covariant covariant-return-typesI have noticed a few times over the past months that sometimes I will use the little yellow lightbulb icon …
c# git visual-studio-2013 resharperWhy does ReSharper complain when a method can become static, but is not? Is it because only one instance of …
c# resharper static-methodsNote to Googlers, this question is somewhat out of date as the requested feature is now supported in the current …
c# resharper code-formattingWhen running unit tests in ReSharper, if the output is too long, it gives this error: The output has reached …
unit-testing nunit resharper resharper-2016