dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.2k stars 5.85k forks source link

xUnit target net7.0 isn't compatbile with MAUI project targeting net7.0-android etc. #32983

Open BioTurboNick opened 1 year ago

BioTurboNick commented 1 year ago

Can't make MAUI project use net7.0; Can't make xUnit project target net7.0-android. As far as I know. The docs suggest it should work but don't show how.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

danielancines commented 1 year ago

I'm heaving the same problem here.

michaelstonis commented 2 months ago

This should all be working with the latest updates to .NET 8. I have verified. that navigating to the ClientApp.UnitTests folder and executing the dotnet test method will result in the test project successfully running.