Bug
Please see the files.
For the test method TestEnum(), the build passes in lower versions of MSTest packages (like 2.2.10) while I turned to 3.0.x ones, there were issues below:
Error CS1503:Argument 2: cannot convert from 'EnumComparison.FruitKind' to 'float'
Error CS1503:Argument 3: cannot convert from 'string' to 'float'
TestEnumCompareInMSTestV3.zip
Bug
Please see the files.
For the test method TestEnum(), the build passes in lower versions of MSTest packages (like 2.2.10) while I turned to 3.0.x ones, there were issues below:
Error CS1503:Argument 2: cannot convert from 'EnumComparison.FruitKind' to 'float'
Error CS1503:Argument 3: cannot convert from 'string' to 'float'
TestEnumCompareInMSTestV3.zip