Everthing below is made in VS2019, using .NET Framework 4.7 and NUnit + NUnit3TestAdapter
I created an assembly called Exitus.Tests, and added a few unit tests. Howe
*.testlog
files in:
solutionfolder\.vs\solution name\v16\TestStore\number.I faced the same issue right now. A cleanup helped. As I had cleanup issues with VS in the last time (some DB-lock prevents a real cleanup to happen), my working cleanup was this way:
git clean -xfd
Probably it helps.