When I type the semicolon, ReSharper does certain things to the line of code I\'ve just authored.Can I include in those actions the removing of the explicit type specification (and replacing it with \
I used XSD.EXE to to generate a C# files from an XSD schema. Unfortunately, this tool extracts all the classes into a single allClasses.cs file.
I\'m using LinFu\'s dynamic proxy to add some advice to some classes.The problem is that the proxied objects can only intercept virtual methods and will return the return type\'s default value for non
After upgrading to the above configuration I notice that 1) CTRL-Click on a type highlights the type but doesn\'t take me to the declaration,
Using VS2008 and R# 5 I\'m running into an odd situation, where on an aspx page I keep getting Cannot resolve symbol \'symbolname\'
Working with Unity, I thought it would be a good idea to create some LiveTemplates to help out with creating configuration entries. For example, I want to create some typeAlias elements in a file call
After upgrading to ReSharper5 it gives me even more useful tips on code improvements. One I see everywhere now is a tip to replace foreach-statements with LINQ queries. Take this example:
I just did a fresh installation of Visual Studio 2010 Ultimate and ReSharper 5. But now ra开发者_开发知识库n into the following situation;
I have the latest ReSharper 5.0 build (1655), where I have encountered the suggestion \'Access to modified closure\' on the following code:
I am curious how other Resharper users deal wih R#\'s complaint about virtual metho开发者_开发问答ds it thinks are unused because it can\'t tell that NHIb will use them at runtime. I currently leave i