David Roberts
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 32
-
Created Structural Search to find ViewState assignment
I'd like to create a structural search to find where non-value types are assigned to ViewState,eg private List<string> UnitsOfMeasure { get { if (ViewState["uom"... -
Created Can I use R# to find all circular assembly references
its almost got the tools: project hierarchy and the architecture assembly references diagram, but these dont show circular referebces between 2 assemblies.Is there any way to find them using R#? -
Created R# memory usage steadily increases throughout the day!
I have 120 projects + 1 website projectit starts off at about 300MB, but right now its got up to 1.14GB (yes, > ONE GIGABYTE).AT this point VS starts to get a bit sluggish and needs a reboot.I do m... -
Created TestResults not being created
I am running R# to run MSTEST tests and have been struggling with deployment for some time.I did have a solution in R#8, but it now seems to be broken. I'm not sure if it is an 8.0.1 issue or some... -
Created TestContext output doesnt come out until test has completed
in 7.x and VS2010 it came out as the test was running (using MSTEST), which is useful to output context info needed for debuygging, checking in the db, etc.In VS2012 with R#8.0 it only comes out at... -
Created Values assigned to property does not show assignments
I have a auto property defined:public TaxDefinition TaxDefinition1 { get; protected set; }I want to find where the set is referenced, so I click on a use of the property, and right click Inspect->V... -
Created I seem to have major performance issues after upgarde to 7.1!!
If I try to use the Resharper menu -> then VS hangs and wont dislplay the menu at all for about 10 seconds, then its another 10 seconds to display the Refactor submenu.VS editing is OK, and my CPU ... -
Created combined assemblies and website solution - intellisense failures
I used to use seperate VS instances for assemblies (106) and a website, but found that with VS2010 and the latest resharper I cann just use a single solution and VS instance, which makes resharper ... -
Created How can I reduce indentation of anonymous method parameters
eg: return DAOFactory.Use(true, dao => { return new ExactValueBudgetKeyComponent() ... -
Created anyone else using R# in a solution with many assemblies (~80) AND a website?
It seems that whenever the assemblies are compiled, VS2008 moves the compiled assemblies into the website bin folder, causing the website to be at least partly compiled (app_code etc?, tho maybe on...