You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That are not running right now. Probably those have been copied over from Xamarin.Forms where they could run as unit tests, but now with .NET MAUI this is not possible. The way to still make these run is by turning them into device tests, probably either under src\Controls\tests\DeviceTests or src\Core\tests\DeviceTests.
As much as possible, try to see if there is already an existing test-case in the existing device tests. If yes, the compatibility test can be ignored. If not, convert the compatibility test to a device test.
Tests that reference obsoleted controls (like Frame) do not need to be converted.
The text was updated successfully, but these errors were encountered:
There are unit tests under:
That are not running right now. Probably those have been copied over from Xamarin.Forms where they could run as unit tests, but now with .NET MAUI this is not possible. The way to still make these run is by turning them into device tests, probably either under
src\Controls\tests\DeviceTests
orsrc\Core\tests\DeviceTests
.As much as possible, try to see if there is already an existing test-case in the existing device tests. If yes, the compatibility test can be ignored. If not, convert the compatibility test to a device test.
Tests that reference obsoleted controls (like
Frame
) do not need to be converted.The text was updated successfully, but these errors were encountered: