I am having this weird issue where all my references to imported PCLs break whenever I use the XAML editor. I am hoping that some of you might be able to help me solve this.
I have recorded a screencast where I am reproducing the issue. Check it out here: https://youtu.be/UVPbCCdST94
Whenever I design XAML pages in the PCL containing most of my app logic, the references to the PCLs I have important in my main PCL break;
My solution contains the following projects:
- SurfBuddy (main PCL)
- SurfBuddy.Core (supporting PCL)
- SurfBuddy.Services (supporting PCL)
- SurfBuddy.Droid
- SurfBuddy.iOS
The references to the supporting PCLs break whenever I do some changes in the XAML editor. When I return to any of my class files I get squiggly lines under the references to my other PCLs. The only way to resolve this is by cleaning the solution and rebuilding it again. However, doing this over and over again is a little tedious.
Does anybody know a solution to this issue?