You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue and thanks for the associated PR.
Evangelink
changed the title
S2187 should not warn on MSTest [DataTestMethod]
Fix S2187: rule should not warn on MSTest when using DataTestMethodAttribute
Dec 14, 2017
Description
S2187 should not warn on MSTest [DataTestMethod]
Repro steps
Create an MSTest [TestClass] with a single method attributed with [DataTestMethod].
Expected behavior
Sonar does not issue a S2187 warning on the class.
Actual behavior
Sonar issues a S2187 warning on the class.
Related information
The text was updated successfully, but these errors were encountered: