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
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1625ElementDocumentationMustNotBeCopiedAndPasted.cs
@@ -67,7 +69,6 @@ internal class SA1625ElementDocumentationMustNotBeCopiedAndPasted : ElementDocum
67
69
/// analyzer.
68
70
/// </summary>
69
71
publicconststringDiagnosticId="SA1625";
70
-
privateconststringParameterNotUsed="The parameter is not used.";
71
72
privateconststringTitle="Element documentation must not be copied and pasted";
72
73
privateconststringMessageFormat="Element documentation must not be copied and pasted";
73
74
privateconststringDescription="The Xml documentation for a C# element contains two or more identical entries, indicating that the documentation has been copied and pasted. This can sometimes indicate invalid or poorly written documentation.";
0 commit comments