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
September 08, 2015 10:04
You will likely have to hook into some VS events, as some of the things you're after happen on the bounday of what's ReShaprer and what's Visual Studio.ReSharper does hook the creation of windows a...
Community
ReSharper Open API / SDK
Unexpected behaviour binding custom ActionHandlers
0 votes
Created
September 07, 2015 09:40
The first thing I'd do is delete the Release folder completely, rebuild and try again. It might be something left over from the 9.1 build.I'm not sure what you mean by: "I've made my SetUpFixture c...
Community
ReSharper Open API / SDK
R9.1=>9.2 Tests migration - CollectSubplatformPackages
0 votes
Created
August 31, 2015 09:40
Not directly, no. ReSharper has analyses that use the control flow graph to track null values and unused variables, etc. But nothing that would give you back this information. I think you could als...
Community
ReSharper Open API / SDK
Utilizing data flow analysis in an ElementProblemAnalyzer
0 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
«
First
‹
Previous
Next
›
Last
»