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
522 stars 40 forks source link

Can this tool be used for UWP project? #299

Closed lijialei666 closed 1 year ago

lijialei666 commented 1 year ago

Hello, can this tool be used for UWP project? Thanks.

tonyhallett commented 1 year ago

Believe so

lijialei666 commented 1 year ago

Believe so

I had tried it in UWP project, but I couldn't get the coverage result. I'm confused.

tonyhallett commented 1 year ago

Try with the ms code coverage setting

tonyhallett commented 1 year ago

You need a .NET Standard Class Library project containing the View Model and Model.

lijialei666 commented 1 year ago

OK, thank you!