JohnHDev

Results 45 comments of JohnHDev

Its a Maui project that also generates the apps, so it really should not make any difference. Ok, so try this one: [UnitTestExample.zip](https://github.com/dotnet/maui/files/7610753/UnitTestExample.zip) I have moved the MainPageModel into its...

That is exactly what I said I could do, but shouldn't have to. The solution you provided is to have another project containing all the unrelated interfaces in 1. I...

@devmikew thank you for the sample, but I don't see how that would work, you don't have platform specific implementations for the repository, which means it isn't using MAUI at...

@devmikew thanks, I appreciate your efforts! When multi platform projects were first suggested for Maui, this was a scenario that was brought up and discussed. Unit testing of VMs should...

@jsuarezruiz when might this get picked up? It is disheartening to see so many simple issues not being resolved in a timely manner.

@jfversluis can you confirm how/if this should work? We have a lot of default styles setup this way in Xamarin Forms, if this isn't how we should be doing it...

@jfversluis I have just pulled the original code, upgraded to .net 7, and it is all working now as expected. We can now migrate from Frame to Border, andI can...

@jsuarezruiz when might this get picked up? It is disheartening to see so many simple issues not being resolved in a timely manner.

Im seeing the same issue on iOS, Border appears to have an extra 1px margin in some/all circumstances. Im pretty sure I posted this issue a year or so ago,...

@jsuarezruiz when might this get picked up? It is disheartening to see so many layout issues not being resolved in a timely manner.