testfx
testfx copied to clipboard
Analyzer: Ensure to use Microsoft.VisualStudio.TestTools.UnitTesting.DescriptionAttribute and not System.ComponentModel.DescriptionAttribute
It is very easy to use System.ComponentModel.Description instead of a Microsoft.VisualStudio.TestTools.UnitTesting attribute. Having an analyzer which ensure that on a TestMethod we use the right attribute will be good.
AB#2079032
Yeah good idea!
This is great. I was hit by them same just this week.
awesome, cannot wait for next release, Thanks @engyebrahim and @Evangelink !