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 12:01
Test file not in front of me - it's at home but the call is something like this...namespace ClassLibrary2{ using System.Reactive.Linq; public class Class1 { public void Test() ...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 17, 2012 21:18
I can confirm the test file looks like this and is included in the test assembly to make sure it compiles correctly.namespace Resharper._7._1.ReactivePlugin.Tests{ using System.Reactive.Linq; ...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 17, 2012 21:21
I can also confirm the Reactive Extensions assemblies have been included via the current NuGet package.taOllie
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 19, 2012 00:08
Matt,Thanks for all the help - I've managed to get something working.taOllie
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 11, 2012 19:18
DOH! I should have reailised where the tmp files came from....taOllie
Community
ReSharper Open API / SDK
How can I see test output for comparsion to 'gold' file
0 votes
Created
December 10, 2012 22:41
Matt - thanks for the detailed answerCheersOllie
Community
ReSharper Open API / SDK
Best way to lookup alternative (overloads) for a method
0 votes
Created
November 26, 2012 14:38
Matt - thanks for such a detailed answer taOllie
Community
ReSharper Open API / SDK
Starting a plugin to analyse code
0 votes
Created
November 26, 2012 22:03
Matt - where can i find info on what to put in the 'gold' file for analyser?taOllie Riches
Community
ReSharper Open API / SDK
Starting a plugin to analyse code
0 votes
Created
March 18, 2013 13:54
it cleans the code as expected, can this be run programmatically without define a code-cleanup plugin?taOllie
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 votes
Created
March 24, 2013 15:43
Matt,The code before the call to ModificationUtil.ReplaceChild is:public IObservable<int> Method() { return new List<int> {1, 2, 3} .ToObservable(Scheduler.CurrentThread) .Timeo...
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 votes
«
First
‹
Previous
Next
›
Last
»