This repository was archived by the owner on Dec 12, 2017. It is now read-only.

Description
Specifically, AppDomain and shadow copy. Both ReSharper and xunit have settings for these, but how should they be merged?
I can tell when xunit's values are specified or not, so can easily tell when ReSharper should provide the value, but don't know what to do when both are specified.
Currently, ReSharper takes precedence.
Reasons for:
- You're using ReSharper's runner - you want to configure it, you know where to go.
Against:
- The ReSharper runner should behave the same as any other runner - if the external config files are there, they should be used to get the same behaviour (although the converse isn't true - another runner wouldn't behave the same as the ReSharper runner as it doesn't have access to the ReSharper config)