Jim Panse
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created full docs for external annotation
Where are the current docs for the external annotations feature for ReSharper 7 (and in case there is something new, for ReSharper 8)? I am looking for a complete list of all possible types of anno... -
Created brace layout without indentation
For anonymous types and anonymous delegates, is it possible to get rid of the line indentation? So when autoformatting, instead of thisthis.container = new Container(x => ... -
Created create team-shared settings
How do I create team-shared settings off of my current computer-wide settings? I currently do not have a #solutionname#.DotSettings file and I would like to create one where I select some (but not ... -
Created run tests with Microsoft.Moles instrumentation using the ReSharper tesrunner
I am working with a legacy code base and I am using Microsoft.Moles to get test doubles for non-abstract/non-interface types. I am using NUnit as the testframework. When I use the console runner e... -
Created odd linebreaks around braces when line is too long
When a line is too long I get the following linebreaks in using statements:using ( FileStream stream = new FileStream(this.FilePath, FileMode.Create, FileAccess.ReadWrite) )But I would like i... -
Created odd linebreaks around braces when line is too long
When a line is too long I get the following linebreaks in using statements:using ( FileStream stream = new FileStream(this.FilePath, FileMode.Create, FileAccess.ReadWrite) )But I would like i... -
Created resharper naming rules for xaml namespaces
In Resharper 5 when I use a type in XAML that I don not have a nampsace include for yet, it automatically adds the namespace as follows:xmlns:ViewModel="clr-namespace:MyNameSpace.ViewModelHow can I... -
Created project specific settings for unit test projects
How can I change some settings only for a specific project in my solution?For my unit test (MSpec) projects in my solution I would like to modify several resharper settings as described here:http... -
Created Where does ReSharper save the "Language Level" settings?
Where does Reshaper save the "Language Level" settings as shown in the below screenshot? I suppose this is a setting that comes from ReSharper since it only seem to affect the behavior of ReSharper... -
Created heuristical unreachability
In the screenshot below Console.WriteLine is "heuristically unreachable". Bu that is not true. The user can still click "Ignore" on the Assertion Dialog that pops up and then Console.WriteLine will...