I am having a build issue when using the new Xamarin.Forms.Windows with a shared project. When I go to build I get a error on the IntializedComponent() method on the back end code of all the pages, The name 'InitializeComponent' does not exist in the current context. This may be a bug that is being worked out but I thought I should give it some attention. I created a small hello world app that uses a PCL instead of a shared project and it works just as expected.
Are there any suggestions that I could use to get the app working with a shared project instead of a PCL?
Dylan