I have installed visual studio 2017 with which I am developing an android application xamarin, it turns out that my team in recent days was updated and from that moment my project is not well at all since at this moment I have the following problem; It turns out that I leave the database that I use locally, I mention, for example I install the application of the phone with which I am running the application, or I delete the data. At the time of compiling leaves as I was a moment ago with all the data corresponding to each table I use, when in theory the app should start without any data since not yet due process of server information synchronization to the phone is done , it's as if I somehow kept a cache of the data, but I do not know how I can avoid this since every time I compile it returns the data to that same point, if I create a table or make a document, it removes it from the app every time I compile, because as I say it returns to that specific point, it's the first time something like this happens to me, someone else has something similar happened or has some solution. I've done everything to the project, from removing and adding references again, to install sqlite and everything follows the same = (