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
December 17, 2012 13:01
Matt - thanks for the reply 'you're seeing is most likely because the test code is a non-compilable state.' - I made sure the test file compiled and had the correct the .NEt 4 attribute, I'll doubl...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 18, 2012 14:58
Matt,Thanks for providing a solution, agreed does make the tests some what brittle, but I'm only wanting to test Reactive Extensions anyway so not a big issue.I think i might derive off TestRrefere...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 04, 2012 15:16
Matt,Thanks for the info...I thought it might be an issue with the test file I'm using and made sure this compiled as expected in the unit test project.I'll double check this later and report back....
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
December 05, 2012 20:52
This is the test file I am using for the test fixture. I even included this file as a compiled file in the test fixture and this compiled perfectly fine.The type IObservable<T> is defined in the co...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
December 06, 2012 21:16
Matt - thanks you're a star!Ollie
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
December 06, 2012 22:41
Matt,I suppose this is a general question about the way R# PSI relates to .Net type system.I can see the return type, but how can I validate the return type - I want to make sure it is from a speci...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
November 26, 2012 22:27
Sorted - found the sample tests in the SDKtaOllie
Community
ReSharper Open API / SDK
Starting a plugin to analyse code
0 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
«
First
‹
Previous
Next
›
Last
»