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
May 05, 2015 10:00
OK, I'm getting a little confused as to the combinations of what works and what doesn't. As I understand it: ReSharper 9.0 - using "c:\temp\nuget" works. ReSharper 9.1 - using "c:\temp\nuget" does ...
Community
ReSharper Open API / SDK
Extensions Manager doesn't aggregate any other Packages source
0 votes
Created
February 23, 2015 10:04
Yeah, sorry for the long delay. I've got it working, with a replacement for TestEnvironmentAssembly. I need to clean the code up a little bit, and I'll write it up on the devguide. Apologies for th...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 09:51
Sorry it's taken so long - the updates have been rolled into the 9.1 SDK. I'll be writing it up this week (yeah, yeah, we've heard that before :-/) but the short version is that you need to create ...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 12:03
Did you use the nuget.config file I linked to? The packages it downloads are on a custom nuget gallery maintained by JetBrains, not nuget.org. It's listed as one of the package sources, with a fall...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 13:30
It's not picking up the nuget.config you've added - the exception is listing only one package source, which is nuget.org. Where did you put the nuget.config file? AIUI, it will load the first nuget...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 16:16
matt.ellis at jetbrains.com
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 14, 2015 14:13
Hooray!No, you don't need a new package. The gallery has been updated so that it will only return the latest compatible vesion of a package for a given feed. So the Wave 1.0 feed will only return W...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 21, 2015 16:41
Yes, you have a byte ordering mark at the start of your nuget.config, which is confusing everything. Remove that, and it runs the test (although it fails).
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 21, 2015 19:40
Bulk actions aren't documented at the moment. This Google Groups post gives a brief intro of how to work with bulk actions. Essentially, your context action/quick fix need to implement one of the i...
Community
ReSharper Open API / SDK
How to implement Bulk Actions in R9?
0 votes
Created
April 21, 2015 19:44
Check out the google groups post I linked to in the other reply - you don't need to add the scope items yourself as long as you implement one of the interfaces that derive from IBulkAction. ReSharp...
Community
ReSharper Open API / SDK
How to implement Bulk Actions in R9?
0 votes
«
First
‹
Previous
Next
›
Last
»