I have found recently that if I build an run from within Xamarin Studio, the newest version of my code doesn't always get deployed. The code does get rebuilt, and I see the message about deploying to device, but the code that runs isn't always my newest (I have verified this).
The application is a Xamarin.Forms application.
So far, I've only seen this happen on Android. It happens on the Xamarin Android Player and actual devices.
If I rebuild all, or manually delete the app from the device, the newest code deploys.
The date/time of the device and my PC are correct, so it makes me think it's not a timestamp issue.
Has anybody seen this?
Any suggestions on how to fix it?