microsoft / testfx

MSTest framework and adapter
MIT License
697 stars 250 forks source link

MSTEST0013 should be improved to raise when type is not maked with `[TestClass]` #3245

Closed Evangelink closed 1 month ago

Evangelink commented 1 month ago

[AssemblyCleanup] attribute is not considered through inheritance so we should report a diagnostic when the containing type is not marked with [TestClass] attribute (or a derived attribute).