Jeremy Holt
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 38
-
Created Resharper with StructureMap
HiIn my structure map bootstrapper I have the following: x.For(typeof (IUnitOfWork<>)) .Use(typeof (UnitOfWork<>)) ... -
Created Create property/field/local variable not working correctly
Hi,In the code below stockTransactions.First().Invoice is of type Journal.In 5.1.3 create property field/property/local variable will pick this up and correctly create the property for me. In Build... -
Created Intellisense is not giving correct options
Hi,As you can see in the image below, intellisense is giving me every option except for 'null' which is the one that I want. Worse, I continue typing and it inserts 'NullReferenceException'RegardsJ... -
Created Build 6.0.2102.59 reporting } expected in xaml
HiThe latest build is incorrectly reporting that my XAML is missing a } <TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat=\{0:#\,##0.00;#\,##0.00;\'\'\}}" /> Reg... -
Created Refactor Move screws up images
HiI was consolidating two assemblies, and moved a folder full of images from one assembly to another. I used Refactor|Move rather than a simple copy/paste, because I wanted Resharper to update all ... -
Created Renaming a property in the dbml file
HiIs there anyway to safely rename a property from a dbml file (the designer)?At the moment I go into the dbml designer and rename the property from there - but it doesn't always pick up the string... -
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 ... -
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... -
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... -
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. ...