David Roberts

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 28
-
Edited 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... -
Created "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... -
Created Any way to use Search Any with a literal string rather than have R# camel casing it
AnsweredEg. 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... -
Created 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... -
Created 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... -
Created 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... -
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...