resharper-6.0 Questions
6
Solved
I renamed a folder and updated my namespace declarations, but ReSharper 6 claims that the namespace should be a reflection of how it was before the rename. Where is it storing the file location dat...
Infuriate asked 22/2, 2012 at 10:38
2
Solved
I read a lot of answers about formatting options for fluent indendation.
( Resharper formatting code into a single line and ReSharper fluent indentation and http://youtrack.jetbrains.com/issue/RSRP...
Informative asked 20/7, 2012 at 7:22
3
Solved
I like a lot of the features that ReSharper offers, but I absolutely can't stand the formatting and code completion it does. It trips me up every step of the way. In javascript it's constantly stea...
Benzaldehyde asked 25/3, 2013 at 15:14
3
Solved
I am using Tasks to run long running server calls in my ViewModel and the results are marshalled back on Dispatcher using TaskScheduler.FromSyncronizationContext(). For example:
var context = Task...
Auriferous asked 23/11, 2011 at 16:46
13
Solved
In Resharper 5, the following code led to the warning "Parameter can be declared with base type" for list:
public void DoSomething(List<string> list)
{
if (list.Any())
{
// ...
}
foreac...
Ragi asked 20/7, 2011 at 15:22
2
Is it possible to create a search pattern in the pattern catalog of Resharper to find all constructors with more than 3 parameters?
If so, how?
My problem is that I don't know how to tell Resharper...
Kristykristyn asked 27/7, 2011 at 16:53
2
I recently installed R# 6.1 (C# version, not Full) with StyleCop 4.7.34.0 (with the R# plugin). When adding a new class to a project, the file header information is automatically added. How do you ...
Loess asked 11/7, 2012 at 22:48
2
Solved
We're using ReSharper 6.0 with StyleCop for ReSharper.
Although we use the StyleCop rule that members must have documentation headers, we don't want ReSharper's code cleanup facility to generate d...
Troopship asked 17/11, 2011 at 10:14
3
I know this has been asked before, but there was no solution to the problem, and it was last year, so I thought maybe someone has found something to solve this by now.
I am using VS2010 with SP1. b...
Excoriate asked 16/5, 2012 at 8:5
3
Solved
I am using R#6 and when I edit some razor views, R#6 suggests that I "use directory".
(Whine :)) I dont want to! How do I turn off this annoyance? I have searched through R#6 options. It is defin...
Bomke asked 4/7, 2011 at 21:40
3
Solved
I have downloaded the xunit contrib for resharper but I can't get it to work. The installation instructions do not work. Does anyone else having same problem?
When I try to run the unit tests I ge...
Hamrick asked 11/10, 2011 at 22:35
3
Solved
When using the various navigation and usage features of ReSharper, is there a way to make it hide some of the projects (with tests) in the solution?
Often when I'm browsing through the code, I'm n...
Waterbuck asked 16/10, 2012 at 9:1
2
Solved
ReSharper 6.0 gives me the "Access to modified closure" warning for the dr identifier in the first code snippet.
private IEnumerable<string> GetTheDataTableStrings(DataTable dt) {
foreach (...
Palanquin asked 27/12, 2011 at 21:12
1
Solved
There is a naming style in a company I work for that "this" must be added to every function, property call and field. Sometimes I forget about it. I want Resharper to do it automatically.
Any sug...
Influential asked 27/7, 2012 at 6:44
1
Solved
How can I remove a user category from a Resharper Live Template? When only a category is selected (and not a template itself) the delete button is disabled:
None of the items provide context men...
Scapolite asked 8/6, 2012 at 13:37
3
Solved
I have a method that I want formatted like this:
public static IQueryable<ThingRequest> GetThings( this EntityContext one
, int? two = null
, int? three = null
, int? four = null
, int? ...
Cacoepy asked 25/5, 2012 at 20:37
3
Solved
I am trying to clean up warnings R# 6.1 is generating for my classes and one of the issues ReSharper is reporting is that I have incorrect capitalization on a variable. For instance I have var RECD...
Lundin asked 9/3, 2012 at 14:51
1
Solved
I'm struggling with Resharpers formatting.
Consider the following Code:
product.Resources.Where(x => x.Tracked).Pipe(y =>
{
//Action
});
How can I tell ReSharper to indent the part in...
Oculus asked 5/3, 2012 at 22:34
3
Solved
I am using Specflow (http://specflow.org/) to write some integration tests and I would like to run a single Scenario. Is there any way to run a single scenario with Resharper 6? BTW I configured sp...
Conroy asked 27/2, 2012 at 18:40
1
So, I wrote next "test" test :-) for Nunit 2.6 (use 2.6.0.12035 ver.)
[TestCase(1, 2, Result = 3)]
[TestCase(3, 4, Result = 7)]
[TestCase(5, 6, Result = 11)]
public int Add_Test(int a, int b)
...
Putman asked 11/2, 2012 at 15:10
2
Solved
I have ReSharper 6.1 and can use the Navigate To > Decompiled Sources command to decompile .NET assemblies for which I do not have source code. This is excellent when I want to take a peek inside a...
Selfservice asked 18/1, 2012 at 11:52
1
Solved
I downloaded StyleCop 4.6.3 which integrates with ReSharper 6 and the results are really fantastic!
However on a specific project I would like to disable the StyleCop warnings (temporarily) and en...
Tsarevitch asked 15/11, 2011 at 10:12
2
Solved
I've read articles that explain how to enable Visual Studio 2010 managed extensions to get them working with Microsoft Visual Studio 11 Developer Preview
Running VS2010 Gallery Extensions In VS11...
Alvarado asked 1/10, 2011 at 21:14
1
© 2022 - 2024 — McMap. All rights reserved.