You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main purpose of LiveSync (hot reload) is to enable faster development time and easier try/fail type of software development. This means that the ultimate/ideal solution will have the following characteristics:
Will sync all the code (JS/CSS/XML and HTML) and assets (images and other non-code resources outside App_Resources) in fast time (under 1 sec). This means sync for all the operations -add/update/delete of assets/code.
Logging/profiling/debugging experience should be the same as if no livesync is done
In 2.5 release(TBD) :
Will display runtime errors in the app and will be able to recover from the error state without the need of restart/redeploy. Or if not possible in some cases it should be very VISIBLE for the user that he need to restart the livesync session.
If it is not technically achievable to perform fast sync for a particular app change it will restart or even re-deploy the app if needed, but will not leave a change in the app skipped (not synchronized) with the target device (emulator or physical no matter)
The main purpose of LiveSync (hot reload) is to enable faster development time and easier try/fail type of software development. This means that the ultimate/ideal solution will have the following characteristics:
In 2.5 release(TBD) :
Not planned:
The text was updated successfully, but these errors were encountered: