Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
MAUI Unit Testing
This should be a discussion but this repo does not support that.
As far as I can see Grial only offers support for mobile devices but this causes a real pain when you try to create Unit / Integration tests.
In order for the MAUI app to be tested it needs to target the net6.0/7/8 framework which when added will cause no end of issues if Grial is used extensively throughout the project.
The only way I can see this working is to have the MAUI project for the UI only and have everything that needs to be tested in a separate net8.0 project which can then be referenced from the MAUI project for use.
What are other people doing for this ?