Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Ollie Riches
Total activity
67
Last activity
January 14, 2016 18:46
Member since
November 24, 2012 17:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
17
Activity overview
Posts (17)
Comments (33)
Sort by recent activity
Recent activity
Votes
Created
March 18, 2013 12:17
Matt,I have code formatted similar to below:_service.DoSomething() .DoSomething2(v => v) .Select(v => v) .Merge(42);When I use ModificationUtil.ReplaceChild to replace the expr...
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 votes
Created
March 12, 2013 19:26
I've found this previous question and answer on the forums - http://devnet.jetbrains.com/message/5218112#5218112
Community
ReSharper Open API / SDK
Adding a namespace reference to a file
0 votes
Created
March 18, 2013 15:19
I managed to achieve it with the correct nesting of the 'using statement' - failing to find any nested instances it stick it at top of the file: private static void EnsureNamespaceExists(ICSharpFi...
Community
ReSharper Open API / SDK
Adding a namespace reference to a file
0 votes
Created
March 16, 2013 19:46
I was able to get all of the expressions during an instance of ElementProblemAnalyzer<T> using the following code:var sourceFile = expression.GetSourceFile(); var psiFile = sourceFile.GetNonInjecte...
Community
ReSharper Open API / SDK
Accessing previous\next invocation expression from current invocation expression
0 votes
Created
March 18, 2013 12:08
Matt - thought you would say that :)I recon when I ahve it working end-to-end then I'll move it over to a daemon process.thanks for the infoOllie
Community
ReSharper Open API / SDK
Accessing previous\next invocation expression from current invocation expression
0 votes
Created
February 18, 2013 21:11
Hi,I tried what you suggested but it lead to some strange results, I think I might have something wrong.I am using the following code to determine if a new expression is valid by attempt to resolve...
Community
ReSharper Open API / SDK
Resolving type created by CSharpElementFactory.CreateExpression
0 votes
Created
January 22, 2013 17:35
Matt - thanks for the info,I think I'll give the second idea agotaOllie
Community
ReSharper Open API / SDK
How to tell which way an extension method has been invoked?
0 votes
Created
January 19, 2013 17:46
Solve the problem, the simple answer is I forgot to explicitly add the [TestNetFramework45] or [TestNetFramework4] attribute to the test fixture class.Once this was added then the IType could be re...
Community
ReSharper Open API / SDK
Resolving types not working during code cleanup
0 votes
Created
December 19, 2012 12:25
I found the issue - the ranges for the warning I wanted were not correct, they were overlapping and it appears this is not allowed.taOllie
Community
ReSharper Open API / SDK
Gold file only has only one Highlight when two Highlights are expected...
0 votes
Created
December 14, 2012 21:33
I tried the following but ResolveResultWithInfo returned by the call invokedExpression.Reference.Resolve(); has a Info property value of NOT_RESOLVED.How do I get the correctly resolved type?Screen...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
«
First
‹
Previous
Next
›
Last
»