How to collect Rider settings

In some cases unexpected behavior might happen due to some settings and it is required to share them with support team for further investigation. In order to do that you should collect all Rider `.DotSettings` files:

- *Personal layer*: ```.DotSettings.user``` file near your sln (if any)
- *Team-shared layer*: ```.DotSettings``` file near your sln (if any)
- *Global settings layer*: Use "Help -> Diagnostic tools -> Special Files and Folders -> R# Global Settings" to locate ```GlobalSettingsStorage.DotSettings``` file

Also attach any other settings file like .editorconfig or StyleCop if you use them.

0 out of 0 found this helpful
1 comment

What happens if there are multiple dotsettings files?

 

E.g.

  • MySolution.sln.DotSettings
  • SomeOther.DotSettings
  • <ProjectA>
  •       projecta.csproj.DotSetting
  •  

 

0

Please sign in to leave a comment.

Have more questions?

Submit a request