Trouble with Visual Studio test explorer in C# solution with multiple .NET versions
We have run into some trouble with unit tests for one of our products. I will give some context. We develop plug-ins for Autodesk products, which have started to use .NET 8 as of this year. Because we still need to support older versions of their software, our solution is now a hybrid solution that has to work for both .NET Framework 4.7 and .NET 8.