for some reasons my windows container doesn’t correctly run the unit test project.
I am getting below error:
error CS0246: The type or namespace name ‘TestMethodAttribute’ could not be found (are you missing a using direc
tive or an assembly reference?)
error CS0246: The type or namespace name ‘TestMethod’ could not be found (are you missing a using directive or a
n assembly reference?)
……