David Williams

- Total activity 266
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 105
-
David Williams created a post, Resharper 9.1 EAP - VS2015 - Live Templates not working
In VS2015 CTP 5 with R# 9.1 EAP installed - Live Templates do not work. Attempting to view my templates (I have over 600), the Template Explorer does not display, just a white screen (I run in a d... -
David Williams created a post, File Layout - Entry.Match for Factory Method
One of the requirements that our company standards specify is that static factory methods must be grouped with the constructors. I am attempting to set up the File Layout options to accomplish thi... -
David Williams created a post, ReSharper 8.0.1, Linq Where clauses and null checks
Is there any way to have R# understand the use of a linq where clause as a null check?I.E. I have the following code:<code lang="c#">foreach( var item in collection.Where( item => item.Identity.Ha... -
David Williams created a post, (R# 8.0) Blank lines in File Header ignored
We have been using the File Header configuration for several years now to standardize the file headers. With R# 8.0, there appears to be a regression issue: Blank lines in the template are not be... -
David Williams created a post, Suggestion: Separate Color for .NET Custom Attributes
I love the fact that Resharper allows us to define separate colors for a lot of different entity types, i.e. Interfaces, Enumerations, Delegates, etc. These different colors really enhance the rea... -
David Williams created a post, R# 8.0 - VS2012: Problem when debugging ASP.NET Razor web application
When debugging an ASP.NET web application with the browser set to IE 9, if I navigate to the Script Documents and open one of the files there, R# is never coming back from attempting to process the... -
David Williams created a post, R# 7.1, VS 2012 : Find usages of an explicitly implemented interface does not work as expected.
So we tend to explicitly implement most of the interfaces in our code by design. However, since upgrading from R# 6.1 on VS2010 to R# 7.1 on VS2012, I have noticed a problem relating to doing this... -
David Williams created a post, R# 7.0.1/VS2010 - Custom Generated Class - Preventing Analysis Of
We have a custom tool that generates a custom class off of all of our MVC Views (.cshtml files). These files are standard .cs files marked with simular // <auto-generated> comments in the header. ... -
David Williams created a post, R# 7.0.1/VS2010 - ASP.NET ContentPlaceHolder in head shows as error.
If I place an asp:ContentPlaceHolder tag in a head tag, R# is showing the ID attribute as an error - Can not resolve symbol 'id' - where 'id' is the name in the ID attribute. This is in the master... -
David Williams created a post, Resharper 7.0.91.56 - VS 2010 - Ctrl-R, Ctrl-R Rename of class issue
When renaming a class using Ctrl-R, Crtl-R the containing file is no longer renamed as well. I have noticed this on the last few builds, but cannot tell exactly when it started.JetBrains ReSharper...