Questions tagged [resharper-10.0]

Use this tag for version specific questions about ReSharper 10.0 - the refactoring and productivity extension for Visual Studio by JetBrains. When using this tag also include the more generic [resharper] tag where possible.

26 questions
16
votes
1 answer

Resharper 10: Unit test output window is broken

So I've upgraded Resharper to version 10 (on VS2015), and now Unit Tests don't show output anymore in all our solutions: This is very annoying because I want to see the reason why a test fails. The workaround for now is to use the new "Stack trace…
MarioDS
  • 12,895
  • 15
  • 65
  • 121
7
votes
1 answer

How can I force ReSharper to always put the first parameter on the same line as the method?

In ReSharper, I have "Wrap Long Lines" on, and all "Wrap Parameters" options set to "Chop if long". If I have a line of code like this: DisplayMessage("This is a really long string that cuts off the screen ...", type, item); ReSharper wants to…
qJake
  • 16,821
  • 17
  • 83
  • 135
7
votes
2 answers

visual studio 2015 / resharper support for angular2

I have several question about vs 2015, reshaper 10 and angular 2. It exist any syntax highlighting support for html markup in ts file for visual studio 2015 or in resharper 10? For example when I use multiline string in Component…
6
votes
3 answers

Resharper Method is never used

I have a public facing interface in one project that will end up becoming a nuget package. Here is the code: public interface MyInterface { void MyMethod(); } Now every method in this interface is not used in this library but is used in other…
Bagzli
  • 6,254
  • 17
  • 80
  • 163
4
votes
1 answer

R# 2016 (10) + NUnit 3 - How can I get output to show during a test run?

My setup is as follows: Visual Studio 2015 Professional 2015 ReSharper Ultimate 2016.1.2 NUnit 3.4.1 Due to palatalisation, NUnit 3 does away with showing Console.Write output on the fly in the test runner window (see this documentation page).…
Ory Zaidenvorm
  • 896
  • 1
  • 6
  • 20
4
votes
1 answer

ReSharper run all tests instead of a single one that is selected

I use ReSharper 10 and NUnit 3. When I run my tests in Visual Studio all is good. But when I select a single test in ReSharper and run it or debug it then not the selected test is run but all the tests. The same happens if I select a test in…
Denis Koreyba
  • 3,144
  • 1
  • 31
  • 49
3
votes
1 answer

ReSharper "Remove Unused References" feature does not remove references added through NuGet packages

How do I get ReSharper’s "Remove Unused References" feature to work on references added through NuGet packages? Hi Everyone. I am using Visual Studio 2015 to work on a multi-project solution in C#. I have a NuGet package (made up of multiple common…
3
votes
1 answer

error running xUnit tests in Visual Studio 2015 with ReSharper Ultimate 10 using "xUnit.net Test Support for ReSharper 10"

This is what I currently have installed: Visual Studio 2015 Update 1 ReSharper Ultimate 10.0.2 "xUnit.net Test Support for ReSharper 10" ReSharper extension (link to it on GitHub: https://github.com/xunit/resharper-xunit) xUnit versions in my…
Michael McCarthy
  • 1,502
  • 3
  • 18
  • 45
3
votes
0 answers

In Visual Studio 2015 how can I trigger a chop or wrapping of a parameter list?

I have three related questions. Prescript: I do have my curly brace line wrapping set to K&R style (at the end of the previous line) but that shouldn't be a material part of this, as whatever style is set in VS and Re#er should take over. Let's say…
ErikE
  • 48,881
  • 23
  • 151
  • 196
2
votes
0 answers

Disable automatic closing parenthesis in Visual Studio / Resharper

Visual Studio 2015 with Resharper 10 here. And a very annoying behaviour I have no idea how to get rid of: If I type this for example Thread.Sleep( I get the intellisense list as expected. I then move the selection bar down to TimeSpan.FromMinutes…
Haukinger
  • 10,420
  • 2
  • 15
  • 28
2
votes
0 answers

Configure Resharper 10 level for ECMAScript 6 not working

Warning: ECMASript 6 feature. your current language level is ECMAScript 5 Even though I have correctly configured resharper 10 to use ECMASript 6. I have looked at thse articles without finding any ansers How can I configure Resharper's language…
David Cruwys
  • 6,262
  • 12
  • 45
  • 91
1
vote
1 answer

Resharper 10.0.2 does not apply naming style rules to method names

Recently we found that Naming Styles on Resharper stop working on method names no sure why. On previous versions it worked for sure but we have no idea when it stopped working or if it is related with a version change (we moved to 10.0.2 several…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
1
vote
0 answers

How to stop Extra Lines being inserted on completion with ReSharper

I've specifically set ReSharper to the code style I want, and in C# it does exactly what I ask. But I'm working on an Angular page, and in the controller.js file, when I copy/paste, or complete a statement (with a ; or a } ), ReSharper (and I've…
PKD
  • 685
  • 1
  • 13
  • 37
1
vote
1 answer

Resharper CLI Instability and Machine Set-up

I'm trying to use the Resharper CLI tools within our CI set-up to perform static code analysis. I've tried this on two different VMs and got very different results, on one machine everything seems to work fine on another it seems very…
user3617723
  • 1,355
  • 3
  • 17
  • 37
1
vote
0 answers

Is there tooling to maintain internal typescript references?

When using Typescript in Visual Studio in a project with internal modules (namespaces) and using gulp to build, concat and minify the files, I have to maintain references to other files correctly using /// to ensure that the…
Alex
  • 14,104
  • 11
  • 54
  • 77
1
2