Hello, I've just installed Xamarin for VS and everything is compiling and running without issue. My only problem seems to be in the IDE, VS is not liking the .ContinueWith() extension on the TakePhotoAsync method. I have a using System.Threading.Tasks in my file but the intellisense does not want to play ball. The project compiles, deploys and runs without error, however with these intellisense errors normal VS development methods are broken.
Thanks