When we’re doing integration tests we need to find some settings from the exe (yes, we’re batching some stuff - I am sorry ;)) that we are testing.
Instead of copying it into the test app.config I discovered a way to read another exe’s configuration - OpenMappedExeConfiguration.
Very useful if a tad … ugly maybe.