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!
Setup Problems
Way to see configuration difference to standard configuration
Started by SeriousM on 5,838 views
Remco NCrunch Developer
#8821
06 Jun 2016 23:31 UTC
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)
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 06 Jun 2016 23:31 UTC
Post a reply
Log in to reply.