Sergio Pedri
Sergio Pedri
That is a great suggestion, we did plan to also add some docs to show the process of creating and using a navigation service, at least as an example of...
I'll put together a minimal sample and post it here as a reference, at least for now. Will update in a bit 😄 **EDIT:** alright, so here's a few examples....
I generally do this with a XAML behavior wired up to the `Loaded` event, and an `AsyncRelayCommand`. That's pretty handy as it also makes it easy to display eg. a...
Awesome! I've assigned the issue to you @brminnick! 🚀 I've switched the backend to use `CommunityToolkit.Mvvm` in #44, so depending on when you start looking at this (either before or...
Hey @nickrandolph - if you have time to get back to this please rebase the PR off of main, and ensure that you have no files being deleted/created, but only...
Hi @luetm, those XML namespaces are from the XAML Behaviors packages, which are available for WPF as well. You can check them out in their [official repo](https://github.com/Microsoft/XamlBehaviorsWpf). They are available...
Thank you! 😄
@michael-hawker Not sure just by having a quick look, I can say though that it's definitely not the Roslyn projects.
Ooh I forgot about this branch, really happy to see it back! And glad to see that my work with that linear separation method will be useful! 😄
I don't understand the point of this PR. T4 templates are better suited for this purpose. Source generators are not a replacement for T4 generators and they're not inherently better,...