Nathan Taylor

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
Nathan Taylor created a post, Request: Derived constructor signature refactoring
It would be very nice to see the ability to automatically refactor derived constructor signatures when modifying a base type constructor. It seems like this would be an obvious feature- and well wi... -
-
Nathan Taylor created a post, Invalid Inspection Error on DisplayNameAttribute
This is only a minor bug, but a bug all the same. ReSharper 5.1.1752.41 adds an inspection error to the DisplayNameAttribute(string displayName) constructor's 'displayName' parameter reading 'Loca... -
Nathan Taylor created a post, Content Error on EAP Homepage
Just wanted to call your attention to an error on the ReSharper EAP homepage: http://confluence.jetbrains.net/display/ReSharper/ReSharper+Early+Access+ProgramThe following code is being displayed i... -
Nathan Taylor commented, -
Nathan Taylor created a post, How Does ReSharper Handle Controller/Action Name Inspection with Multiple ASP.NET MVC Areas?
I use ReSharper with an ASP.NET MVC project that has multiple areas and I am frequently being bugged by inspection errors on Action and Controller name strings in my method calls (Url.Action(), Red... -
Nathan Taylor created a post, Configuration File - Erroroneous Module Qualification Required Suggestion
I am getting what I believe to be an erroneous suggestion from Resharper in my Web.config file in regards to the attribute value of a custom configuration section element.The ThumbnailResolutionEle... -
Nathan Taylor created a post, Resharper 5 - Broken Context Menu Suggestion in ASP.NET Markup
I've noticed that Resharper has a tendency to offer context menu suggestions in ASP.NET markup that will fail depending on the level of "code-soup". Take the following code for example:<% if (!stri... -
Nathan Taylor created a post, ReSharper 5.0 - Invalid Context Menu Item
I noticed a small, but acknowledgable bug in the behavior of the code inspector that results in a suggestion which creates non-compilable code:Given the following property definition:public IEnumer...