Dick Nagtegaal
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Dick Nagtegaal created a post, CompletedIncorrect Possible 'System.NullReferenceException' whille all null values have been checked
I don't understand why Resharper warns me for a possible NullReferenceException in this situation. Resharper shows the warning on both foo.Current and foo.Next in the last line of the HasValueChang... -
Dick Nagtegaal created a post, How to navigate to implementation of generic interface for specific type?
Let's say we have an interface ICommandHandler<T>.There are several implementations of the interface for different T's (dozens in our code) like:public class AddStockRequestLineItemCommandHandler :... -
Dick Nagtegaal created a post, JavaScript Intellisense not showing jQueryUI Widgets?
When, in a MVC4 project, I add a .js-file to my Scripts folder, R# seems to be showing IntelliSense like it's supposed to. For example, if I type/// <reference path="jquery-1.8.2.intellisense.js" /... -
Dick Nagtegaal created a post, Do CamelHumps work when selecting a method to override?
When I try to override a method in a class, a list of overridable methods appears. I'd expect to be able to use CamelHumps to select an item in the list, but that doesn't work. Is ReSharper suppose... -
Dick Nagtegaal created a post, Parameter 'x' is only used for precondition check(s)
I've already found some threads about this message, and the answer usually is to decorate the method with [AssertionMethod] or decorate the parameter with [UsedImplicitly].However, I don't think I ... -
Dick Nagtegaal commented, -
-
-
-
Dick Nagtegaal commented,