"super-" solution-wide settings Follow
Answered
Hi,
Is there anyway to configure a set of settings to be shared amongst a team spanning several solutions? A network share isnt possible as we are a distributed team and dont have access to a common fileshare.
Currently we have a nuget package which, when added to a project in a solution, merges a bunch of settings into the solution-wide settings file. Our issue is that as this isnt really a proper 'layer' we have to do the merging within the file itself and we sometimes lose locally changed settings.
Thanks
Please sign in to leave a comment.
You can try the settings auto-discovery plugin. This will walk up the directories from the solution toward root and load any *.AutoLoad.DotSettings file it finds. This is most useful for when a source control repo contains multiple solutions - they can all share the same settings file, and it can still live in source control.