Jeremy Holt

Avatar
  • Total activity 121
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 38
  • Created

    Removing optional parameter

    Hi I have a base class with an optional parameter.If I remove this parameter, Code Analysis does not pick up on this. I have to clear the cache and restart VS 2010 for Resharper to see the error(s)...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Help! Leading spaces ...

    Hi All,I must have pressed some key sequence which is giving showing me dots for spaces in the VS editor. The keypress is somewhere around the Ctrl+Shift+Alt Q/W/E/R/T/A/S/D/F or any combination th...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    R# sometimes crashing for no apparent reason

    Hi,The attached screen shot shows the lightbulb with a black background. At this point VS crashed and I have to kill VS 2010 using TaskManager.It doesn't happen a lot, but I've seen this behaviour ...
    • 3 followers
    • 7 comments
    • 0 votes
  • Created

    Default code generation for event

    HiIf I select Create event "CodeSelectorsReady", R# creates event Func<object, object, bool> CodeSelectorsReady;Is there an option for it to create a default EventHandler CodeSelectorsReady instead...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Refactor - Move does not complete

    HiIf I do a Refactor-Move from one project to another I get no error at the time.However, anything I try to in VS after that gives me dialog saying "The operation could not be completed". I can no ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Build 1723 no longer runs Nunit

    HiThe latest build no longer runs Nunit unit tests - it was working fine until I installed 1723.Back to 1722 ...RegardsJeremyAttachment(s):Capture.PNG
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Incorrect Redundant check before assignment

    HiIn the following code: private void SetCategoryIdSelectedItem(HlpAccountCode value)        {            if (value == null) return;             if (base.CategoryIdSelectedItem != value.HlpAccountG...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Feature request - Add to Interface

    HiThis is definitely a feature request :)Would it be posssible to have an option on public properties/methods to Add to Interface where you can choose the interface - just like CodeRush. I've disab...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Cursor position when using double angle brackets

    HI,I don't know if this is a feature request or a bug report!If I type   Expression<Func<T,bool>> the cursor remains at the first ">" (as per pic)It would be nice if it could move to the end of the...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Renaming in tests doesn't seem to work

    Using 5.1.1717.19For the last few builds setting C# Naming Style - Advanced Naming Settings - Test method (property)/Test type to First_upper (default) no longer seems to be working properly.Also w...
    • 3 followers
    • 9 comments
    • 0 votes