So I've recently started using both of the title items in earnest. I created a new PCL app, updated to forms 2.0.1, and added a XAML page to my PCL project. ** It works fine. It compiles fine.
**
BUT
Within the Visual Studio code editor, in the code behind for my XAML page, Visual Studio keeps flagging things as errors. It starts with "InitializeComponent();" and includes all member variables created from the XAML.
Again, it compiles just fine and without error, and it runs as I would expect it too. But the constant red underlines / error indicators are driving me batty. Is there a way to fix this?