Description
I had a hard time analyzing my code coverage using Visual Studio.
I thought that it is a local problem from my machine, but actually it wasn't.
All my projects, referencing Microsoft.NET.Test.Sdk version 16.3.0 and 16.4.0, cannot be analyzed.
However, after downgrading them to version 16.2.0, everything works fine.
I would expect to be able to upgrade the package and still be able to analyze my code coverage.
Environment
Windows 10
Visual Studio Enterprise
I am using NUnit for testing purposes if this is related to the issue.
Description
I had a hard time analyzing my code coverage using Visual Studio.
I thought that it is a local problem from my machine, but actually it wasn't.
All my projects, referencing Microsoft.NET.Test.Sdk version 16.3.0 and 16.4.0, cannot be analyzed.
However, after downgrading them to version 16.2.0, everything works fine.
I would expect to be able to upgrade the package and still be able to analyze my code coverage.
Environment
Windows 10
Visual Studio Enterprise
I am using NUnit for testing purposes if this is related to the issue.