-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Some improvements that may be necessary #15
Comments
Hi! For the DesingInstance instance we might need to register that extension somehow but I don't know how to do it honestly. For the ControlTemplate issue, it's probably because pages are previewed with the PreviewPage class, which might not be supporting it, we should find a way to support it correctly. |
I will look to the binding warning, as far as I've got some free time. During some research, ControlTemplate appears on the TemplatedPage which inherits from Page, while the PreviewPage is MultiPage< Page > and not MultiPage< TemplatedPage > |
A solution would be to add the bindable property to the PreviewPage and forward it to the child page |
Hi @ylatuya,
I would like to say that this library is awesome and I would like to say thank you for that.
ControlTemplate
I am using ControlTemplate to some pages and it seems that it cannot find the getter. The stacktrace i've got in the screen is:
DesignInstance
Furthermore, I am using Jetbrains Rider in order to get some Xaml Intellisense improvements and while I am setting the BindingContext at runtime(through a ViewModelLocator) i use
and i get this stacktrace on screen:
FYI, i've got this binding warning with
LogWarningsToApplicationOutput = true;
I will take a look at the code and may contribute fixing those issues.
Last but not least, I have never worked with VS Extension Development but I would like to start and help to develop the XAMLator VS 2017 Extension, just to make the Xamarin Development much easier 🙂
Thanks again for all your effort
The text was updated successfully, but these errors were encountered: