FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
516 stars 39 forks source link

FCC isn't reporting on one of my two MAUI projects. #347

Closed MaCr02 closed 11 months ago

MaCr02 commented 11 months ago

Hi

I am trying to get FCC working agian as we are migrating a Xamarin forms solution over to MAUI using .NET 7.

I have added an MSTest project, and a single quick test which passes. One of our projects; Mobile.Core is being picked up for code coverage but the main project isn't.

Thanks

MaCr02 commented 11 months ago

I believe the difference is that the working project is a MAUI Class Library, and the one that doesn't work is a MAUI App

tonyhallett commented 11 months ago

I doubt that this is a FCC issue but a limitation of MAUI.