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
March 10, 2015 11:28
It sounds like some of these things could be implemented as a plugin - setting the C# language level automatically, marking known Unity specific methods as in use, warnings for known issues with th...
Community
ReSharper Community
Unity engine mode
0 votes
Created
March 10, 2015 11:41
You should post to the StyleCop CodePlex site, where they can hopefully help you with your question: https://stylecop.codeplex.com
Community
ReSharper Community
The operation of the filter about StyleCop of Code Inspection
0 votes
Created
February 10, 2015 23:04
The issue is that the consumer of the enumerable isn't necessarily the owner of it, and so doesn't know if it's safe to enumerate multiple times. If it is safe, or if the method has a requirement t...
Community
ReSharper Community
what does "Possible multiple enumerations of IEnumerable" mean?
0 votes
Created
February 17, 2015 10:25
You need to use "T:JetBrains.ReSharper.Plugins.PresentationAssistant.FormatMessageHandler" to specify the delegate - note the "T:". The prefix is used to distinguish the type of the member or type ...
Community
ReSharper Community
External Annotations on Delegate (Common.Logging)
0 votes
Created
April 22, 2015 08:58
Hmm. There are two things you can try. Firstly, run Visual Studio with "devenv /ReSharper.Internal". This enables ReSharper's exception reporter, so keep an eye out in the bottom right of the statu...
Community
ReSharper Community
Extension Manager displays install success message, but extension is not installed
0 votes
Created
April 22, 2015 15:10
The installation would have created a new log file, rather than appending to the existing one. Is there anything useful in the new log file?
Community
ReSharper Community
Extension Manager displays install success message, but extension is not installed
0 votes
Created
April 15, 2015 10:49
The functionality from this plugin is now available in 9.1 as a standard feature. When ReSharper prompts to reference an assembly that comes from a nuget package, ReSharper will add the package, ra...
Community
ReSharper Community
Nuget support for R# 9.0
0 votes
Created
April 10, 2015 15:58
Well, even picking the idea that both are "valid" is a default. We've chosen that you should aim for consistency - pick one style and stick with it across the board. We've also chosen double quotes...
Community
ReSharper Community
Inspection "Wrong attribute quotes"
0 votes
Created
April 10, 2015 16:21
Because all of our functionality is built on top of abstract syntax trees, and the semantic models built from those syntax trees, any time the trees or models change, it's a breaking change that ri...
Community
ReSharper Community
Many extensions missing in 9.1 (StyleCop is one of them).
0 votes
Created
April 01, 2015 20:56
You know, I hadn't even noticed that the return type was on the right hand side of the method signature in the tooltips! You might want to look at the Enhanced Tooltip extension (you can find it in...
Community
ReSharper Community
Disabling some ReSharper features
0 votes
«
First
‹
Previous
Next
›
Last
»