Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy must be able to check assembly versions on device #329

Closed
josesimoes opened this issue May 25, 2018 · 0 comments · Fixed by nanoframework/nf-Visual-Studio-extension#241

Comments

@josesimoes
Copy link
Member

As it is now the deployment does it's thing and reports back the success of deploying the assembly(es) to the target device.

If there is a mismatch on any of the assembly(es) version (or not being available at all) the execution is not possible and the developer has no clue about the reason for the app not executing or the debug session not starting.

This is not good at all and doesn't provide a good user experience.

The deployment has to have means of checking for the availability of the required assembly(es) and provide a clear and helpful message when those conditions aren't meet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment