As I implement the MVVM pattern with开发者_开发百科 WPF, I\'m finding that ReSharper is often warning me that certain properties are never used in my ViewModels.The problem is that they are being used
rig: win7 64bit, vs2010, mvc v2, TestDriven.Net 3.0, Reshaper 5.0, MSpec 0.3 i recently started a new project and want to use mspec.
Is there a keyboard shortcut to display tooltips provided by Visual Studio & Resharper when you hover over a bit of code?I\'m already aware of 开发者_JAVA技巧Quick Documentation (Ctrl + Q) and Qui
What is the easiest way of pulling an existing method out of its class and into a n开发者_JAVA技巧ew class using Visual studio 2010 / Resharper?
ReSharper 4.5\'s test runner will run MSTest tests out of the box, and that\'s what I\'m doing.When a test fails, I click on the test to see 开发者_开发百科the stacktrace and the failure reason.The pa
In Resharper 5.0 when I use a type in XAML that I don not have a nampsace include for yet, it automatically adds the namespace as follows:
I\'ve been noticing a pattern with ReSharper (both 4.5 and 5). Very often (almost always) when I have solution-wide 开发者_如何学JAVAanalysis turned on, and WPF code in my solution, ReSharper will ma
I\'m trying to install ReSha开发者_高级运维rper 5. But the installer does not recognize that I\'ve got Visual Studio 2010 Express installed. The installer does find my Visual Studio 2008 Team System i
I\'ve got a problem with the formatting of inline code blocks within the VS2010 text editor and wonder if anyone else has had similar problems and found the \'magic\' setting I\'m looking for.
In Silverlight, System.Windows.Threading\'s Dispatcher.BeginInvoke() takes an Action<T> or a delegate to invoke.