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
December 11, 2013 10:57
Answered on StackOverflow: http://stackoverflow.com/questions/20475345/assembly-gettype-fails-to-load-list1mymodel-type-from-resharper-plugin-on
Community
ReSharper Open API / SDK
Assembly.GetType fails to resolve List`1[[MyModel]] in ReSharper plugin only
0 votes
Created
July 03, 2013 10:26
The implementation of AddAttributeBefore adds the attribute to the anchor's attribute list, rather than creating a new attribute section. There are no helper methods to create a new attribute secti...
Community
ReSharper Open API / SDK
Adding and modifying attributes - questions
0 votes
Created
November 08, 2013 11:55
You need to create a plugin test project, using the project templates installed by the SDK. Then you can create functional (not unit) tests. The test framework will create an in-memory ReSharper en...
Community
ReSharper Open API / SDK
How to obtain IType/ITypeElement for Testing?
0 votes
Created
November 08, 2013 12:18
Agreed. I am trying to update the docs, in between everything else. One thing you can do to get a list of useful base classes is to find the derived classes of BaseTest, BaseTestWithSolution and Ba...
Community
ReSharper Open API / SDK
How to obtain IType/ITypeElement for Testing?
0 votes
Created
November 20, 2013 11:43
As far as I can see, the OutputAssemblyInfo property is only set once there is a successfully built assembly. It appears to get the info from the assembly itself, rather than the source - it has th...
Community
ReSharper Open API / SDK
How to retrieve OutputAssemblyInfo for Project that does not compile?
0 votes
Created
November 07, 2013 16:25
RawVsServiceProvider wraps a Visual Studio interface, and is used to get Visual Studio services. Since the tests don't run inside Visual Studio, this class can't do anything and doesn't get registe...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 08, 2013 11:50
I haven't tried adding a component in tests. Generally, the container is created based on a manifest that's compiled into the SDK assemblies. It might be possible to just have a class in your test ...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 11, 2013 15:36
That list is the list of interfaces implemented by Visual Studio that are exposed by ReSharper's component model, but they can only be exposed when your plugin is run inside Visual Studio - ReSharp...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 12, 2013 11:49
I'm interested in the integration between the R# plugin and the VSPackage. I've got a project which is intended to make it a bit easier to handle extensions that are both R# plugins and VSPackages ...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
October 14, 2013 09:44
What do you mean by "jet menu"? Are you creating a custom context menu, or is it bulb items (quick-fix and context actions) that you want to test?
Community
ReSharper Open API / SDK
Writing tests for a context menu
0 votes
«
First
‹
Previous
Next
›
Last
»