I have a really weird Xamarin.Forms bug I haven't seen before: When I build and deploy to simulator or device from Visual Studio 2017 on my PC the result is not aligned with the source code. What I see is some older build.
If I build from the same branch directly with VS2017 on the Mac instead I get the expected result.
Could this be some caching issue with the Mac Build Agent? If so; is there a way to clear it to ensure it doesn't deploy older builds?
[EDIT 1]
I have taken all the usual dark-magic tricks such as removing/restoring all packages, cleaning the output folders and reboot the Mac before rebuilding the solution. I also made 100% sure I wasn't using old source code.