Setup Problems

Way to see configuration difference to standard configuration

Started by SeriousM on 5,838 views

Hi!

Is it somehow possible to tell the difference from default settings to the already set settings?
I need it because I have to write a small manual how to setup NCrunch with our project and the .ncrunch* files are binary and don't show changed settings.

Thanks!
Hi,

The best way I can think of would be to create a new blank solution/project and change one of the true/false config settings to something else, then back again. You'll then have a set of config files containing only the default settings. You could then diff these against your other config files.

Alternatively, the NCrunch documentation is actually not a bad reference for this, as it shows the default value for each of the configuration settings.

Note that there are only three settings areas that are storing in binary/base64:
- Authentication details for grid nodes
- Engine modes
- UI layouts (.user file)

Edited

Post a reply

Log in to reply.