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
June 26, 2014 09:43
This is a Web Essentials warning, and not associated with ReSharper.
Community
ReSharper Community
How do I configure "mandatory css class" warnings in Resharper?
0 votes
Created
June 23, 2014 15:28
If you want to be sure that you've got the same set of analyses and warnings, then yes, it's best to have the same version on the build server as on the desktop.As for that particular warning, I th...
Community
ReSharper Community
ReSharper Command Line Tools
0 votes
Created
June 18, 2014 15:14
Good question. The simple answer is that the API is huge, and not all documented. We don't have a plugin API that is a subset of the functionality of ReSharper. Instead, if it's a public class, you...
Community
ReSharper Community
Why is there no formal API documentation for the Resharper SDK?
0 votes
Created
June 23, 2014 11:03
You can take a look at what the "Create derived type" context action does (this also only appears when the cursor is on a class declaration name) - check out CreateDerivedTypeAction in dotPeek. It ...
Community
ReSharper Community
ReSharper SDK - Get currently selected class name.
0 votes
Created
November 17, 2014 14:54
Yep. You can host your own NuGet repository, or use a file system folder, or service like myget.org, and host extensions there. You can configure them in the options dialog. See here for more info:...
Community
ReSharper Community
Enterprise Plugin Repository
0 votes
Created
September 19, 2014 16:43
It's a simple check - ReSharper maintains a cache of all files in Contents folders in all referenced packages. Any files in the project that have the same filepath as one of these files are marked ...
Community
ReSharper Community
What is .DotSettings Housekeeping section?
0 votes
Created
September 19, 2014 10:24
The best thing to do is to suspend ReSharper via Tools -> Options -> ReSharper, and then try again. From the description, it doesn't sound like a ReSharper issue - the thread that's sitting in Moni...
Community
ReSharper Community
Data Source Configuration Wizard very slow due to ReSharper?
0 votes
Created
September 02, 2014 09:09
The LINQ statement generated is incorrect, it should be:replacementMap.Aggregate(input, (current, replace) => current.Replace(replace.Key, replace.Value));Note the use of current.Replace, not input...
Community
ReSharper Community
Faulty suggestion to convert to LINQ in 7.1
0 votes
Created
January 27, 2015 11:22
StyleCop for ReSharper 8.2 has to be installed via the StyleCop installer, rather than ReSharper's extension manager. You can get it here: https://stylecop.codeplex.com
Community
ReSharper Community
After windows 7 to 8 upgrade, and Resharper v8.2, cannot install stylecop
0 votes
Created
January 22, 2015 08:56
Try enabling "Colour Identifiers" in ReSharper -> Options -> Inspections.
Community
ReSharper Community
Text Colours
0 votes
«
First
‹
Previous
Next
›
Last
»