Yuan Wang
Yuan Wang
MSTest.TestAdapter > 2.2.8 "MSTestAdapter failed to discover tests in class" in Net 6.0 test project
@Evangelink I just create this simple demo project. https://github.com/wangyuan8421/MsTestAdapterBugDemo/tree/main/MsTestAdapterBugDemo Also I did some investigation and I found something new. **Microsoft.VisualStudio.TestPlatform** play an important role here This combination works: This combination...
@Evangelink Yesterday I debug this issue a little bit. The issue is still there. Here is the step to reproduce it. - Windows 11, Visual Studio 2022, create a MSTEST...
Ah, @Evangelink, I checked the log and it missing `get_properties`. I will create a new issue then
@vinayakmsft @HarmanveerKaur this issue is not solve yet. but I have a work around. what I found is another issue. FYI: https://github.com/microsoft/testfx/issues/1256