-
Notifications
You must be signed in to change notification settings - Fork 3
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
Any plans to support .NET MAUI ? #5
Comments
Hi Sergiu, migrating quicktest to MAUI is not straight forward because there is no replacement for Xamarin.Forms.Mocks planned. jonathanpeppers/Xamarin.Forms.Mocks#72 (comment) |
Hi @WarBorg, thank you for your feedback and interest in the Quicktest library! Fortunately, Xamarin.Forms.Mocks was not needed to port Quicktest to Maui. We actually already did an initial port, which you can find here: https://github.com/zauberzeug/quicktest-maui The port has pretty much the same features as the current Xamarin.Forms.Quicktest library. We decided to create a different NuGet and Github repo as we felt this was the most clear way to distinguish between the Xamarin.Forms and MAUI versions. Also it made the git brach handling very easy. PLEASE NOTE the following caveats/limitations:
If you have any questions or problems with Zauberzeug.QuickTest.Maui, please report them on its Github. |
@stephanpalmer awesome, thank you very much, our project is using .net 8.0 so I guess we should be ok, I will take a look at the new repository. Maybe as a suggestion update the readme of this repository to link other users to the MAUI version. cheers |
Thank you for the suggestion. We've updated the readme accordingly. |
hello, I really like your library and was thinking to use it in my project for some integration tests but I am migrating to MAUI as xamarin will no longer be supported, are there any plans to create a .NET MAUI branch or something along those lines to have support for .NET MAUI applications ?
The text was updated successfully, but these errors were encountered: