Our projects are organized in the main solution (containing each project) and several small solutions containing groups of related projects.
I would like to share the same Resharper settings in each solution, making sure that developers never need to import configuration files into Resharper or do something manually in this regard. The version we are using is one of the latest, 7.0.1. The DotSettings file installed in TFS works fine on one solution, but replicating the same file for 20-30 solutions is no-no.
Is there a way to share the same configuration with every project / solution in the entire team, without requiring developers to configure this explicitly? Ideally, it should be possible to change the path to the .DotSettings file for each solution, so that when editing a single .DotSettings file, it automatically affects each solution in the command.
Update:
I asked a little about it and tried 2 different methods, but none of them work 100%:
- Hardlinks with the mklink tool work fine in place, but TFS does not support them
- Regular shortcuts will also be a reasonable solution for this, but Resharper does not read them.
I have no options here.
Update 2:
The solution proposed by Daniel Hilgarth works fine, but only if Resharper is updated. Fixed a bug due to which .DotSettings files were automatically extracted and edited on each machine, was fixed in version 7.1. I tested this before and after the software update, and now it works as I expected.
More error information can be found here:
http://youtrack.jetbrains.com/issue/RSRP-288235
julealgon Feb 15 '13 at 13:43 2013-02-15 13:43
source share