Skip to Content
Author's profile photo Sunil Kumar Maurya

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

BCCheck1.JPG

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.

BCCheck3.JPG

2. To start the check, right click on solution -> Check -> Items to start the check process in the background.

BCCheck4.JPG

Notice the message on the bottom left corner of the SDK – Consistency Check triggered in background mode.

BCCheck6.JPG

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.

Success(Consistent Solution) Error messages from inconsistent solution
                     BCcheck7.JPG BCCheck8.JPG

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

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.