David Roberts

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 28
-
-
David Roberts created a post, Getting lots of Uncategorized unit tests - but we do use custom Attributes!
Sometimes some (lots) unit tests get stuck as Uncategorized and rebuilding etc doesnt move them into their correct category. we do use a custom atrtribute to assign categories, eg: Snippet [TestMet... -
David Roberts created a post, "Find Symbols External to Scope" doesn't clearly show where the reference is made from
When I use "Find Symbols External to Scope" it shows all the symbols external to the specified scope, and shows the code where they are used (as well as a line number and column number), but it doe... -
David Roberts created a post, AnsweredAny way to use Search Any with a literal string rather than have R# camel casing it
Eg. I want to search for a type name containing "Map" but R# is coming up with MasterPlan, and all sorts of variants in the Find Any/Type popup. Is there any way of searching for a literal (tempora... -
David Roberts created a post, Type Dependencies Diagram - filter out .NET types
HiI'm using R# 9.1 on a 120 project solution. I'm trying to understand the dependency tree all the way down from a web site page to the other types and projhects in the solution.However, I keep on... -
David Roberts created a post, Structured search help (or is it a limitation?)
HeI'm trying to search for occurances of foo.SomePropwhere foo is a identifier (or expression) of a type which derives from (or is) of type FooClassand SomeProp is a property of type PropClassThe p... -
David Roberts created a post, Convert use of a Func<> or Action<> to a defined delegate and replace all occurances
if I have a number of places where a particular use of Func<> or Action<> is defined I eventually get to the point where i want to replace them by a delegate so the signiture is only defined in one... -
David Roberts created a post, 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"... -
David Roberts created a post, 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#? -
David Roberts created a post, 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...