ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
Like many of you, I use ReSharper to speed up the development process. When you use it to override the …
hash resharper hash-code-uniquenessI am using ReSharper 4.5, and what often happens when I am converting explicit properties into auto-properties, is that I will …
resharperI am wondering if maybe ReSharper is able to run through every class and remove unused usings? I looked but …
resharperCan I configure ReSharper to fix C# code when curly braces are not used to surround a single-line code block, …
c# resharperI'm reading encrypted credentials/connection strings from a config file. Resharper tells me, "String.IndexOf(string) is culture-specific here" on …
c# resharper configuration-files cultureinfo string-comparisonOur projects are organized in a master solution (containing every project) and multiple smaller solutions containing groupings of related projects. …
.net visual-studio tfs resharper solutionWhen I run unit tests with Visual Studio it works fine, because it runs from project directory where all assemblies …
unit-testing visual-studio-2012 nunit resharper .net-assemblyI can't make it working, move line up or down doesn't work. When I reset keyboard for VS and applay …
resharperJust before you sigh and mark this question as a duplicate, I can tell you, it is not. I've seen …
visual-studio resharper visual-studio-extensionsI'm running a beta version of ReSharper, and it's giving me warnings for the following code: int id; // ... DoSomethingWith(id.…
c# .net resharper cultureinfo