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
/// Descriptive text used for failure message in test. Should explan what is wrong, and how to fix it (how to make types that do not conform to the convention do so).
24
+
/// Descriptive text used for failure message in test. Should explan what is wrong, and how to fix it (how to make
25
+
/// types that do not conform to the convention do so).
30
26
/// </summary>
31
27
publicstringDescription{get;set;}
32
28
33
29
/// <summary>
34
-
/// This is the convention. The predicate should return <c>true</c> for types that do conform to the convention, and <c>false</c> otherwise
30
+
/// This is the convention. The predicate should return <c>true</c> for types that do conform to the convention, and
0 commit comments