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
July 27, 2015 16:44
This appears to be an issue with the new nuget client in VS2015. The SDK installs correctly in VS2013, but something's changed in the new version that breaks the JetBrains.ExternalAnnotations packa...
Community
ReSharper Open API / SDK
Can't install SDK via package manager in VS2015 RTM
0 votes
Created
June 29, 2015 12:33
I'm not really familiar with localisation, but isn't this line: https://github.com/proksch/localized-rs91-minimal/blob/master/Properties/AssemblyInfo.cs#L17 telling the ResourceManager to use the "...
Community
ReSharper Open API / SDK
Localizing a ReSharper 9.1 extension
0 votes
Created
June 22, 2015 13:30
I'm glad you got things working. For future reference, when installing an extension, the logs are available at %LOCALAPPDATA%\JetBrains\Shared\v02 for 9.1 and ...\v01 for 9.0.
Community
ReSharper Open API / SDK
Correct Folder Layout for ReSharper Extensions
0 votes
Created
June 03, 2015 13:43
XML files don't support ElementProblemAnalyzer, and instead use IXmlAnalysisProvider and [XmlAnalysisProvider]. I don't know why, but there's a feature request to add support - RSRP-414011.
Community
ReSharper Open API / SDK
Creating QuickFix for Xml file
0 votes
Created
June 01, 2015 09:39
Generally speaking, there isn't a terribly easy way to get all of the types in a solution, because this is likely to be a huge data set, and costly to enumerate. Typically, you'd be working with e....
Community
ReSharper Open API / SDK
enumerate all types in a solution
0 votes
Created
November 05, 2009 09:04
I've just checked with ReSharper 4.5 and the class that used to call IsUnitTestStuff has been removed, replaced with attribute annotations for nunit and mstest. I've essentially added the class ba...
Community
ReSharper EAP
R#5 Unit Test-Classes and Method should not marked as never used
0 votes
Created
November 06, 2009 23:57
No problem. It makes it more interesting being on the bleeding edge. I'm well aware that things may change and break, and that's absolutely fine - I'll be trying to track the changes and keep as up...
Community
ReSharper EAP
R#5 Unit Test-Classes and Method should not marked as never used
0 votes
Created
February 16, 2010 22:04
Sorry I didn't reply sooner - I had to update it to get it to compile again after you guys added MVC 2 Areas support. It's currently a simple plugin, based very much on the code for the C# MVC refe...
Community
ReSharper EAP
Problems integrating Spark MVC references
0 votes
Created
March 30, 2015 14:46
Yes, all plugins must be recompiled for 9.1 - if you upgrade to 9.1, the existing extensions aren't available. ReSharper doesn't have a plugin API, so there's nothing for us to maintain backwards c...
Community
ReSharper EAP
Are Extensions not available in 9.1EAP?
0 votes
Created
November 05, 2009 01:19
Brilliant. I've spent the last few days trying to figure out how nunit had this working, and why the xunit plugin wasn't working. Didn't think of checking external annotations.To jump straight to t...
Community
ReSharper EAP
R#5 Unit Test-Classes and Method should not marked as never used
0 votes
«
First
‹
Previous
Next
›
Last
»