microsoft / testfx

MSTest framework and adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyzer: Ensure to use Microsoft.VisualStudio.TestTools.UnitTesting.DescriptionAttribute and not System.ComponentModel.DescriptionAttribute

fforjan opened this issue · comments

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.