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
September 01, 2015 13:27
Hi, yes, I'm working on it right now. You can see the progress at the GitHub site. I'm hoping to get it released by the end of the week (I know I said that before, but I'm actually working on it no...
Community
ReSharper Community
Stylecop for R# 9.2
0 votes
Created
September 11, 2015 13:40
Inching closer :)Here's the list of what's done, and what's still to do: https://github.com/StyleCop/StyleCop/issues/9#issuecomment-138855164There have been a number of issues with the existing cod...
Community
ReSharper Community
Stylecop for R# 9.2
0 votes
Created
September 08, 2015 09:28
Hi Rolf. Yes, and no. :)Firstly, the "not initialized" warning is actually a compiler warning, and can't be worked around by ReSharper. Given this code:public void Thing(){ string doodad; // Unini...
Community
ReSharper Community
Can I handle "not initialized" warnings with Jetbrains Annotations?
0 votes
Created
September 01, 2015 11:02
What type, from which dll are you trying to navigate to? And was that log file created after you attempted the navigation? Any messages displayed in the output window - I think there's a symbol pan...
Community
ReSharper Community
ProGet Symbol Server
0 votes
Created
July 22, 2015 10:49
Can you try running Visual Studio with the command line "devenv /ReSharper.Internal", try again and see if ReSharper reports any exceptions? You'll see them as a flashing red exclamation mark in th...
Community
ReSharper Community
Templates Misbehaving
0 votes
Created
August 24, 2015 13:46
Live Templates are very similar to Visual Studio's snippets, but have more power, based on the use of macros. Visual Studio snippets have some functions that can be called to replace e.g. class nam...
Community
ReSharper Community
Difference between Live Template and Visual Studio Snippet?
0 votes
Created
July 20, 2015 22:31
This is an issue with the xunit plugin. It annotates the Assert.IsType method to declare it as a pure function, which is true (it doesn't change any state), but ReSharper therefore requires you to ...
Community
ReSharper Community
web api 2 call xUnit test warning
0 votes
Created
June 30, 2015 13:14
You can't call PropertyAssignments.Add - sadly, the propert implements IList<T>, but it's a read only list, so it throws an InvalidOperationException when you try to add (ReSharper has only just st...
Community
ReSharper Community
Add property to IAttribute (or Add IPropertyAssignment to IAttribute)
0 votes
Created
December 02, 2015 10:03
I don't think ReSharper Build currently sets any such variables. I've added a feature request you can vote, track or add details to: RSRP-451495
Community
ReSharper Community
Detect that msbuild is run by ReSharper Build.
0 votes
Created
November 11, 2015 11:24
It might be. Would you be able to report it in the issue tracker, please? And a small repro would help a lot. Thanks!
Community
ReSharper Community
AutoData of AutoFixture NUnit2 works under resharper 8.2 and NUnit.Runners, but not resharper 9.
0 votes
«
First
‹
Previous
Next
›
Last
»