Earlier this week, I discovered that my Xamarin.Forms project that I took over had not had its packages updated in a long time. I think it was on something like XF 1.2, but I'm not sure on that. I crossed my fingers, looked away, and updated everything via nuget. In VS 2013, I get all kinds of codetime errors with red squiggly lines and such. When I compile, everything is good. The app is running in the Genymotion emulator. It is really hard to know what the issues are when I am writing code and seeing all of these errors. Are there any suggestions to get ride of the code time errors?
Thanks for your time.
Wally