Adam Anderson
Adam Anderson
I'd like some help with unit tests if possible. I attempted to add unit tests in `\src\Controls\tests\Core.UnitTests\ToolbarTests.cs`; however, I'm finding that in the unit tests NavigationPageToolbar OnPageAppearing doesn't get called...
@jsuarezruiz these tests fail due to the reason I mentioned last month. Would you be able to help out with them? If it's simply not possible to unit test, I...
@PureWeen @jsuarezruiz Thanks for getting back to me on this and tackling the tests, I appreciate it.
@mattleibow, @PureWeen Adding tests sounds like a great idea. It seems that if we were to write a test similar (or just use the same test) to `ToolbarItemsOrderUpdatesCorrectlyAfterNavigation` in `\src\Controls\tests\DeviceTests\Elements\Toolbar\ToolbarTests.cs`...
Hey, I'd like to get this merged. Can you review the code?
Thanks all, I appreciate the help on this!
@dansiegel No worries, I appreciate that you did respond. Do you have any idea why it's not an issue in a Maui shell app, but it is an issue in...
Thanks for the insight. It really seems like Maui is _still_ not production ready, huh? Thanks again.
I also get this error on Windows using Visual Studio 2022 (17.4.3) in a Xamarin.Forms project that has an Android project defined with the new SDK-style project format and targeting...
I know it's been a long time since you opened this issue, but I've had success with BindableLayouts for this scenario. In your example you have a view model with...