Top "Resharper-6.0" questions

Use this tag for version specific questions about ReSharper 6.0 - the refactoring and productivity extension for Visual Studio by JetBrains.

The current SynchronizationContext may not be used as a TaskScheduler

I am using Tasks to run long running server calls in my ViewModel and the results are marshalled back on …

c# multithreading nunit task-parallel-library resharper-6.0
ReSharper: Namespace does not correspond to file location

I renamed a folder and updated my namespace declarations, but ReSharper 6 claims that the namespace should be a reflection of …

namespaces resharper-6.0
"Possible multiple enumeration of IEnumerable" vs "Parameter can be declared with base type"

In Resharper 5, the following code led to the warning "Parameter can be declared with base type" for list: public void …

c# .net resharper resharper-6.0
Completely Disable Formatting and Completion in ReSharper for Visual Studio

I like a lot of the features that ReSharper offers, but I absolutely can't stand the formatting and code completion …

visual-studio-2010 formatting resharper intellisense resharper-6.0
How do I format so method parameters are stacked vertically, one per line?

I have a method that I want formatted like this: public static IQueryable<ThingRequest> GetThings( this EntityContext one , …

c# resharper resharper-6.0