Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Matt Ellis
Total activity
1008
Last activity
August 03, 2023 15:35
Member since
July 05, 2009 00:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
397
Activity overview
Articles (0)
Posts (4)
Comments (607)
Sort by recent activity
Recent activity
Votes
Created
November 27, 2012 11:50
Annoyingly, this is one of those errors you can diagnose by looking at the underlying code. First, copy the stack trace to the clipboard. Then open dotPeek, add all of the ReSharper SD K binaries a...
Community
ReSharper Open API / SDK
TearDown : JetBrains.Util.Tests.TestLoggerListener+TestWrapperException : Expected: not null But was: null
0 votes
Created
November 26, 2012 10:38
Well, what you've described sounds right, but that will build a code cleanup module rather than a code analyser. A code cleanup module will allow you to make changes to the formatting of a source f...
Community
ReSharper Open API / SDK
Starting a plugin to analyse code
0 votes
Created
September 17, 2013 13:54
Hi. Have you switched to using ReSharper in a custom hive of Visual Studio? Does ReSharper run in a normal instance of Visual Studio?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 21, 2014 09:53
Can you show me the command line arguments from the Debug properties page for the project, please?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 22, 2014 13:52
Did you see a dialog asking if you wished to move the registration of ReSharper to a per-user location? And did you click yes?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 22, 2014 14:35
Right. There's an issue, which seems to be due to Visual Studio, where ReSharper will relocate the VS registration files so they only run in the main VS hive (a hive is used for building VS extensi...
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 09, 2014 10:23
The line and column information isn't cached in the syntax tree, because it depends on the preceding code, and any change to that code would require recalculating the line and column information fo...
Community
ReSharper Open API / SDK
Is there a way to know what Line and "Column" a code block statement starts at in code
0 votes
Created
November 25, 2013 16:50
It's possibly the test runner getting its knickers in a twist due to two SetUpFixtures with the same name and namespace, but in different projects. If you check the AssemblyInfo.cs file, you'll see...
Community
ReSharper Open API / SDK
Missing Assembly on First-Time Execution of R# Tests
0 votes
Created
November 25, 2013 16:44
Actually, ReSharper plugins can't do this. This requires extending the Visual Studio editor. ReSharper internally extends the VS editor to provide various highlights - the squiggly error and warnin...
Community
ReSharper Open API / SDK
Rendering #region directives as separators...
0 votes
Created
November 20, 2013 10:23
I'm not aware of it becoming null. I'll look into it. In the meantime, what information are you after? If it's the output path, you can use IProject.GetOutputFilePath() for that, and it won't be nu...
Community
ReSharper Open API / SDK
How to retrieve OutputAssemblyInfo for Project that does not compile?
0 votes
«
First
‹
Previous
Next
›
Last
»