resharper-9.0 Questions

5

Solved

We've adopted a convention that when calling a C# function with a "non-obvious" parameter, we use a named parameter even when it's not necessary. E.g. obj.Process(save: true) rather than obj....
Floruit asked 8/7, 2015 at 16:28

6

I've got ReSharper v8.2.1 installed. I have a VS2013 solution that contains several test projects. Most of them work just fine. However, one project is giving me trouble. In the Solution Explorer...
Pasteur asked 6/11, 2014 at 20:14

2

Solved

I noticed that my development machine running windows server suddenly ran out of space. I ran WINDIRSTAT and see that Resharper cache is using a LOT of space.. It's a normal web project including ...
Grantham asked 20/7, 2015 at 11:42

3

I get a lot of "Duplicate identifier" errors in Visual Studio 2013 which make my code unreadable since I installed Resharper 9. The only reason I can see that there are duplicate errors, is that...
Chiaroscuro asked 2/2, 2015 at 8:55

3

Solved

If I use the Resharper code cleanup function, I'm finding my code ... var personInfos = persons.Select(Mapper.Map<PersonInfo>).ToList(); is changed to ... var personInfos = Enumerable.To...
Hairworm asked 18/11, 2015 at 11:41

1

Solved

How can I stop ReSharper formatting from turning this: define(['Spec'], function (Spec) { }); into this: define(['Spec'], function(Spec) { }); I've tried various combinations of settings ...
Manse asked 13/5, 2016 at 12:40

2

Solved

Further to this question, I have lots of projects inside a solution and I dont want to create a dotsettings file for each project. Can anyone help me set the C# Language Level on a solution level. ...
Stalnaker asked 22/7, 2015 at 21:45

2

Solved

I had tried hard to make it work using suggestions from - 1) Resharper Alt Enter not working 2) Resharper 8 - Quickfix shortcut Alt+Enter gone But so far all failed. Did anyone else faced same...
Negotiation asked 14/8, 2015 at 14:38

1

I've been using Resharper (c#) for many years and found the automatic convert-to-linq-expression feature extremely helpful. I've recently upgraded to V9 of resharper and it is now using linq query...
Misname asked 18/11, 2015 at 14:50

1

Solved

Is there a way to tell ReSharper to allow same-line brackets for empty methods and constructors? For example: MyConstructor(int x) : BaseConstructor(x) { } protected virtual void Foo() { } Sho...
Brandonbrandt asked 2/10, 2015 at 5:11

2

Solved

I'm using the nameof function to get a property name as a string thus: public bool IsRunning => ...; ... RaisePropertyChanged(nameof(IsRunning)); ReSharper highlights this with the warning: E...
Doit asked 7/8, 2015 at 10:13

2

Solved

I have Resharper and Web Essentials installed in Visual Studio 2013, and would like to have the contents of an HTML tag in my .cshtml files be indented. So what I do NOT want (and seems to be the ...

1

Environment I am using Microsoft Visual Studio 2013 Update 4 with ReSharper 9.0 Update 1. I have ReSharper.StyleCop (for R# 9) (https://github.com/kubiix/ReSharper.StyleCop) ReSharper plugin inst...

1

Solved

Resharper 9.0 says 'No tests found in selected solution items.' Yet there are over 100 tests. I right click my solution in Visual Studio 2013 and click the "Run Unit Tests" option near the bottom ...
Juliettajuliette asked 18/12, 2014 at 18:20

2

I recently updated Resharper to version 9.0. Now I noticed that adding references by Resharper context menu does no longer update the packages.config file, thus breaking the match between reference...
Twilley asked 13/1, 2015 at 16:51

1

Solved

In ReSharper 8, when a class was missing interface members (properties), I would Alt+Enter and select "Implement Missing Members", which would generate autoproperties like this: public class MyCla...
Borisborja asked 8/1, 2015 at 10:22
1

© 2022 - 2024 — McMap. All rights reserved.