Ollie Riches
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created IInvocationExpression and accessing the return type
How do I get the return type from an IInvocationExpression?taOllie -
Created How can I see test output for comparsion to 'gold' file
I have a failing test and it says the expected gold file output does not match the unit test output, how can I see what the unit test is expecting the file to look like?CheersOllie -
Created Best way to lookup alternative (overloads) for a method
I'm looking for guidance on the best way to lookup overloaded methods...If I'm writing an analyser and I come across a method signature or a method used as part of an expression what is the best wa... -
Created DeclaredElement return type is ???
I'm trying to analyse a method and when debuggintg it has a return type as ??? even though the type is declared in the .Net framework (4.0), the return type should be IObservable<T>.Why is the retu... -
Created Looking for examples of how to use IExpression to obtain method information
Hi,I'm looking for examples on how I can get information about the methods being called, simple in the following method I would like to be able to determine the type, name & the return type of the ... -
Created TearDown : JetBrains.Util.Tests.TestLoggerListener+TestWrapperException : Expected: not null But was: null
I'm getting the following exception when attempt to run my first unit test, the unit test is shown first followed by the exception. The test file 'cleanup01.cs' is in the correct directory.Does any... -
Created Starting a plugin to analyse code
I want to write a plug-in to analyse C# code to provide warnings for particular cases, I've read the documentation and download loaded the SDK (7.1) and had a look at the cyclomatic complexity sam...