Closed AliveDevil closed 2 months ago
Hi @AliveDevil,
Thanks for the report. This is duplicating #3276. I am in the process of releasing a bug fix version.
Ah, didn't see that. Thanks :)
No worries! It's easier for me to recall what I have seen :) Also my ticket title kinda sucks :P
Describe the bug
When writing generic base-class tests, including TestInitializers/TestCleanups MSTEST0008 is set erroneously.
Steps To Reproduce
Expected behavior
In an abstract generic class, when
[TestInitialize]
is technically valid, MSTEST0008 shouldn't be warned.Actual behavior
MSTEST0008 is falsely emitted.