1605 New Feature: Check Consistency in Background
Hi All,
Performing consistency check consistency on large solutions could take more time and lead to time out errors on the SDK. From the release 1605 we introduced this as a background job so a SDK developer can perform this task in background which does not freeze the SDK and continue to do development on the same or other solutions
How to use this feature: follow the steps below:
1. Right click on solution->Check->Enable Background Mode
This does not start the check but only enables it. Notice the message on the bottom left corner of the SDK – Consistency Check enabled in the background mode.
2. To start the check, right click on solution -> Check -> Items to start the check process in the background.
Notice the message on the bottom left corner of the SDK – Consistency Check triggered in background mode.
Note: The SDK will allow changes to be done to the current solution while check is in progress, however it is not advisable to do so, as the consistency check will give varied results
3. Right click on solution ->Check->Display logs to see the results.
whenever you need to disable ‘Background Mode’ you can disable it by right click -> solution->Check -> Disable Background Mode and Check consistency will work on front end.
Cheers!!
Sunil