Hi,
I've seen similar issues with Ionide in the past, and am not really sure if there is an issue in Expecto itself of in the YoloDev test adaptor, but - in reference to YoloDev/YoloDev.Expecto.TestSdk#107 (comment)
If I have an expecto test project with a theory test, and I run if via the Visual Studio (2022) test explorer, then all the test results are shown but there is no source locaion available:

I've tried debugging some of Expectos own tests, and I notice that the getLocation function isn't returning anything for test theories, even though the input appears to have the appropriate information inside it:

I haven't gone any further with debugging than that yet - thought I'd enquire and see what the expected situation is first?
Hi,
I've seen similar issues with Ionide in the past, and am not really sure if there is an issue in Expecto itself of in the YoloDev test adaptor, but - in reference to YoloDev/YoloDev.Expecto.TestSdk#107 (comment)
If I have an expecto test project with a theory test, and I run if via the Visual Studio (2022) test explorer, then all the test results are shown but there is no source locaion available:
I've tried debugging some of Expectos own tests, and I notice that the

getLocationfunction isn't returning anything for test theories, even though the input appears to have the appropriate information inside it:I haven't gone any further with debugging than that yet - thought I'd enquire and see what the expected situation is first?