resharper-7.1 Questions

42

Solved

My Tools: Visual Studio 2012 Ultimate + Update 1 ReSharper v7.1.25.234 My Solution Build Status: Build Successfully But when I install ReSharper and ReSharper code analysis is enable, many keyw...
Diagnostician asked 29/3, 2013 at 23:45

5

Solved

Sometimes Resharper warns about: Possible multiple enumeration of IEnumerable There's an SO question on how to handle this issue, and the ReSharper site also explains things here. It has some ...
Sension asked 21/11, 2013 at 18:28

3

I have added an Inspections (.NET) build step to a TeamCity (v8) project consisting of a Visual Studio 2010 solution build step for a single dummy C# class. The build step has failure conditions t...

4

Solved

After installing Resharper 7.1.2 for Visual Studio 2010, when I press Ctrl+, I no longer see the Navigate To dialog. Instead a Resharper dialog Recent Files appears. My question is, is there anothe...
Luedtke asked 29/4, 2013 at 18:44

6

Solved

We're experiencing an annoying problem issues with ReSharper's color identifiers feature when Visual Studio 2012 is set to the built-in dark theme. With ReSharper's color identifiers disabled, the...

2

Solved

I can run Jasmine unit tests from the Resharper 8.0 unit test runner. I have a problem where any Javascript references that are normally in the html page (ie in my case Ext-Js) then I can't use the...
Concurrence asked 26/7, 2013 at 1:30

2

Solved

Any idea why I'm not getting any documentation to go along with my ReSharper IntelliSense? If I go to the ReSharper options and enable the Visual Studio IntelliSense instead, I get the proper docum...
Nantucket asked 19/1, 2013 at 4:12

1

Solved

standard html5 boilerplate layout <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![en...
Pharyngoscope asked 15/5, 2013 at 14:29

1

Solved

When I right-click a method and select Go to Implementation I am often presented with two implementations; one in my source code and one as a reference... In this example, EmailService is in a...
Lift asked 31/7, 2013 at 9:32

1

Solved

I've recently upgraded to R# 7.1 and I'm having this problem where the To Property With Backing Field action displaces my backing fields and moves them to the top of the class. Example: Step 1: D...
Meghanmeghann asked 19/7, 2013 at 21:29

2

I am using Resharper 7.1 with the StyleCop plugin. I am not sure if this is a bug, but, I am confused because the code cleanup behaves differently when text is selected prior to the cleanup operat...
Natishanative asked 14/5, 2013 at 0:24

1

Solved

I have a few C# apps that do logging, and the Output method has an overload to accept the message and a StreamWriter, and another overload with an additional parameter for a params array. An exampl...
Galenical asked 14/5, 2013 at 15:11

1

Solved

I have the following code in my C# application. DateTimeFormatInfo.CurrentInfo.DayNames ReSharper 7.1.1 is highlighting the fact that the DateTimeFormatInfo.CurrentInfo could cause a null refere...

1

Solved

In a setup with Visual Studio 2012 Update 2 and ReSharper 7.1.1 this file Annotations.cs is generated when creating a new projects. I can not find any article describing why ReSharper does that and...
Fortnight asked 6/5, 2013 at 14:7

1

Solved

I'm using ReSharper in my C# projects, and generally I love it. However, it keeps adding annotations to the code when I do certain refactoring actions. For example, it adds [NotNull] when I use th...
Izzard asked 18/3, 2013 at 19:34

1

Solved

This question relates to this ReSharper YouTrack issue. In Visual Studio 2010 with ReSharper 7.1.1 installed, if I go to Tools > Options > Environment > Keyboard, there is a command called ReSharp...
Murrhine asked 13/3, 2013 at 19:34

2

Solved

When doing something like this: MyObject tmp = new MyObject(); tmp.Prop = "Hello"; ReSharper tells me to 'Use object initializer', so I let it reformat the code, and I get something like this: ...
Catalan asked 8/2, 2013 at 7:33

2

Solved

I have this simple code : void Application_BeginRequest(object sender, EventArgs e) { Trace.Write("Exception Handling", "......"); } However re-sharper scream (no-error only suggest) about...
Whitten asked 3/1, 2013 at 11:44
1

© 2022 - 2024 — McMap. All rights reserved.