ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio versions since 2003.
After writing a whole bunch of code - i am finally waking up to adding CA and StyleCop to my …
c# .net visual-studio-2010 resharper stylecopI'm adding a new method to a class that implements an interface, and I like to use the "Extract Interface" …
c# refactoring resharperFurther 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.0Refer to this post for discussions on previous versions. Asking the question again since Visual Studio 2010 has been officially released. …
visual-studio-2010 visual-studio resharper coderushReSharper suggests me to make type parameter T contravariant by changing this: interface IBusinessValidator<T> where T: IEntity { …
c# resharper contravarianceIs there any way to indicate to ReSharper that a null reference won't occur because of Design-by-Contract Requires checking? For …
c# resharper code-contracts design-by-contract microsoft-contractsCan ReSharper 7.x be configured to work with Visual Studio 2013 preview? The preview version doesn't appear to allow it by …
visual-studio resharper visual-studio-2013When using calling the SqlCommand.ExecuteReader() method, ReSharper tells me I have a possible NullReference exception when I use the …
.net resharper nullreferenceexception sqlcommandIs there a way to avoid closing the following parentheses: String.Format(), or Console.WriteLine() automatically? Sometimes is this is …
visual-studio resharper resharper-5.0Just found StyleCop, looks like something worth using for my projects. Then I found out you could use it with …
asp.net coding-style resharper stylecop