Xamarin Studio is showing code errors in red, even though everything compiles OK. Examples include the following lines
Id = Guid.NewGuid();
Guid.NewGuid gets highlighted in red, and the error "error CS0103: The name 'Guid' does not exist in the current context" I have System included in my using clauses.
The editor also falsely highlights "var" in var declarations.
I am using Xamarin Studio 4.2.2 (build2) on a macbook pro running OSX 10.9.1
Any suggestions would be welcomed, thanks