Skip to content
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

Closed
WarBorg opened this issue Mar 5, 2024 · 4 comments
Closed

Any plans to support .NET MAUI ? #5

WarBorg opened this issue Mar 5, 2024 · 4 comments

Comments

@WarBorg
Copy link

WarBorg commented Mar 5, 2024

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 ?

@ChristopherStephan
Copy link
Contributor

ChristopherStephan commented Mar 6, 2024

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)
jonathanpeppers/Xamarin.Forms.Mocks#76 (comment)

@stephanpalmer
Copy link
Contributor

stephanpalmer commented Mar 7, 2024

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
https://www.nuget.org/packages/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:

  • The port is about 10 months old. It worked well with the MAUI release from back then.
  • We ported the lib to .NET 7, so it can't be used with .NET 6.
  • We since did not work on Zauberzeug.QuickTest.Maui, and also did not use it, because we decided to postpone our migration to MAUI because of its desolate state.
  • As with Xamarin.Forms.QuickTest, we did not get around to write good documentation. But the QuickTest API did not change in the MAUI version.

If you have any questions or problems with Zauberzeug.QuickTest.Maui, please report them on its Github.

@WarBorg
Copy link
Author

WarBorg commented Mar 7, 2024

@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

@WarBorg WarBorg closed this as completed Mar 7, 2024
@stephanpalmer
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants