Brandon Butler
Brandon Butler
I think the best approach is to use the commandline version of MvxScaffolding to ensure the guide works for everyone. @Cheesebaron [Here's](https://github.com/Hackmodford/MvvmCross/blob/patch-7/docs/_documentation/getting-started/getting-started.md) a rough draft of a proposed change to...
- [ ] Branding page is blank #4056
@Cheesebaron Any thoughts on my getting started page? If you approve should I also edit the tip calculator project? Or do that in a different pr?
The [Custom Data Binding docs](https://www.mvvmcross.com/documentation/advanced/custom-data-binding) could use a section on FillBindingNames. I had to figure out the hard way why my custom target binding wasn't working without using `For()`. This...
This issue just bit me. I tried @MysterDru solution and it seemed to work better. Should I create a PR that just implements that?
True, but I think the big problem is everyone is in the middle of a transition to .net 6. Once .NET MAUI is released, I'd hope these issues could pick...
@henda79 PR sounds like it was trying to fix that. See this comment for another possible fix. https://github.com/MvvmCross/MvvmCross/pull/3292#issuecomment-482335537
Destroy should be called when navigating forward as well. Navigating from A -> B means A's `Destroy` should be called. Navigating from A -> modal B should not call A's...
True... though bear in mind I think awaiting results from viewModels is being removed from this library as it's unreliable on Android.