Jeremy Holt

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

    (Impossible) Feature Request :)

    HiThis is probably not practical, but I'll put it in as a feature request anyway :pMy ViewModel contains many public properties that are only public because they are used by the WPF view.I use the ...
    • 4 followers
    • 14 comments
    • 0 votes
  • Created

    Request: Option to create autoproproperty

    Hi,With the following code (created automatically when you select Create Property):        protected object CurrentItem        {            get { throw new NotImplementedException(); }            s...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Latest builds crashes VS 2010 to Desktop

    Hi,The last few builds are regularly crashing VS 2010 to the desktop for no apparent reason. No R# error messages appear in the taskbar.I attach the debug file if this helps in any way.If I suspend...
    • 3 followers
    • 8 comments
    • 0 votes
  • Created

    Has the threading model running unit tests changed???

    Hi,Until build 5.1.1731.17 running the following code using Nunit and the test runner would correctly return the currently logged in user (me!). As of the latest build it returns an empty string. ...
    • 2 followers
    • 5 comments
    • 0 votes
  • 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