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
October 31, 2012 16:31
Hi David. It looks like you're putting the dll in the right place, so I'm not sure why it's not working. Do you see the plugin listed in the Plugins page of the ReSharper options dialog? If you cli...
Community
ReSharper Community
SDK plugin problem
0 votes
Created
October 15, 2012 17:19
Also, is there any chance of a sample solution that reproduces the redundant code warning in the @model?ThanksMatt
Community
ReSharper Community
Where to Start for Plugin; Do I Need a Plugin?
0 votes
Created
December 10, 2012 21:56
No, that's the functionality that the templates system gives you, allowing you to tab between various hotspots and perform some action at that point, like editing some text, or selecting an item fr...
Community
ReSharper Community
Can I generate code from a list in the clipboard?
0 votes
Created
February 20, 2013 13:21
There are no immediate plans for Knockout, and I can't speak about future plans. However, I have started an angularjs plugin on GitHub (https://github.com/JetBrains/resharper-angularjs), and it sho...
Community
ReSharper Community
Knockout Intellisense in Razor
0 votes
Created
March 25, 2013 15:20
Yep, go to ReSharper -> Options -> Code Editing: C# -> C# Naming Style -> Advanced settings. You can set the naming format for event handlers there.
Community
ReSharper Community
Naming Conventions
0 votes
Created
March 25, 2013 15:28
ReSharper sees that you're using this variable in the lambdas passed to ExecuteAction, but doesn't know what the ExecuteAction function does with the lambda. If it holds onto the lambda (stores it ...
Community
ReSharper Community
Access to disposed closure warning using Azure Transient Fault Handling Retry Policy
0 votes
Created
April 30, 2013 11:06
Hi Paul. What's your setup? Are the tests in the same assembly, or different assemblies? How are you running the tests - the run all on the unit test session window, or the right click menu?I've ju...
Community
ReSharper Community
Running MSTest and xUnit during the same test session
0 votes
Created
May 01, 2013 09:45
Hmm. A couple of things:1. Are you using the latest version of the xunit plugin? It should be version 1.0 - https://xunitcontrib.codeplex.com/releases/view/1045162. In the ReSharper Options -> Unit...
Community
ReSharper Community
Running MSTest and xUnit during the same test session
0 votes
Created
May 08, 2013 12:06
ReSharper doesn't offer any attributes to say that an IEnumerable can be enumerated more than once. Instead, if your method requires an enumerable that can be used more than once, it should use a p...
Community
ReSharper Community
Is there a way to tell ReSharper that my method returns a non-deferred IEnumerable?
0 votes
Created
April 23, 2013 16:44
Is the unit test assembly also 64 bit? Are any of the dependencies of the test assembly, or the assembly under test explicitly 32 bit?
Community
ReSharper Community
64-bit unit testing - BadImageFormatException
0 votes
«
First
‹
Previous
Next
›
Last
»