ARTICLE AD BOX
When attempting to add additional folders to my MSTest project and creating test class files within them that have tests that use the DataTestMethod tag with DataRow. Test explorer improperly discovers the test and thinks it's one test instead of multiple. Any tests put in the class will not run because it thinks the method signature is incorrect. I even took a method from a working test class and put it in the new one and it still gives the improper method warning. Anyone know why this is or a fix for it?
package versions:
dotnet : 8.0-windows10.0.22621.0 Microsoft.NET.Test.Sdk : 17.7.0 MSTest.TestFramework : 3.6.3 MsTest.TestAdapter : 3.6.3This is a recently created test project that had no issues initially when creating folders and subfolders for the tests and was merged into the main branch.
