question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create .sln.DotSettings File (ReSharper)

See original GitHub issue

These are personal preferences (and open to discussion, of course):

  • Use var instead of type
  • Prefer implicit modifier keywords (e.g. I prefer readonly int a vs. private readonly int)
  • Tabs
  • Remove this.

Basically the less code the better. 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
WojciechNagorskicommented, Jan 19, 2017
  • Use var instead of type - for me it was hint, but ok.
  • Prefer implicit modifier keywords (e.g. I prefer readonly int a vs. private readonly int) - I always use private but this point is good for me too. What settings in resharper it is?
  • Tabs - ok
  • Remove this - it must be.

I agree with you - the less code the better 😉

I add my requirements:

and it’s all for me right now. Do you can create this file ?

0reactions
Mike-E-angelocommented, Feb 23, 2017

Oh man… I didn’t see your recommendation for VsColorOutput until now. I will check it out. It looks like a functionality of VSCommands (which I actually paid for but looks like it went under, doh).

I saw this recently and it looks amazing: https://marketplace.visualstudio.com/items?itemName=CodeValueLtd.OzCode

They offer an open source license, but you need a website 😃 http://o.oz-code.com/open-source

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manage and share ReSharper settings
dotSettings file under version control. If you want to share settings in other ways, you would need to learn how to create new...
Read more >
How to share the same Resharper settings between ...
ReSharper -> Manage Options · Right-click "Solution 'Your Solution' team-shared" · Select Add Layer -> Open Settings File · Choose the central ...
Read more >
Visual Studio settings
In Visual Studio, navigate to ReSharper > Manage Options . Select This computer . Click Import / Export Setting > Import From File...
Read more >
The ultimate guide to share Visual Studio settings within a ...
This guide will show you how to share code style settings between your team mates, using a variety of popular tools.
Read more >
.editorconfig vs SolutionName.sln.DotSettings : r/csharp
DotSettings is a file that ReSharper uses to save "team shared" settings. ReSharper has hundreds or thousands of settings and configuration ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found