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.
Please sign in to leave a comment.
What happens if there are multiple dotsettings files?
E.g.