@@ -41,7 +41,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
4141 DiagnosticSeverity . Warning ,
4242 isEnabledByDefault : false ,
4343 description : s_localizableDescription ,
44- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
44+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
4545 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
4646 internal static DiagnosticDescriptor NamespaceRule = new DiagnosticDescriptor ( RuleId ,
4747 s_localizableTitle ,
@@ -50,7 +50,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
5050 DiagnosticSeverity . Warning ,
5151 isEnabledByDefault : false ,
5252 description : s_localizableDescription ,
53- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
53+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
5454 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
5555 internal static DiagnosticDescriptor TypeRule = new DiagnosticDescriptor ( RuleId ,
5656 s_localizableTitle ,
@@ -59,7 +59,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
5959 DiagnosticSeverity . Warning ,
6060 isEnabledByDefault : false ,
6161 description : s_localizableDescription ,
62- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
62+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
6363 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
6464 internal static DiagnosticDescriptor MemberRule = new DiagnosticDescriptor ( RuleId ,
6565 s_localizableTitle ,
@@ -68,7 +68,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
6868 DiagnosticSeverity . Warning ,
6969 isEnabledByDefault : false ,
7070 description : s_localizableDescription ,
71- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
71+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
7272 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
7373 internal static DiagnosticDescriptor MemberParameterRule = new DiagnosticDescriptor ( RuleId ,
7474 s_localizableTitle ,
@@ -77,7 +77,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
7777 DiagnosticSeverity . Warning ,
7878 isEnabledByDefault : false ,
7979 description : s_localizableDescription ,
80- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
80+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
8181 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
8282 internal static DiagnosticDescriptor DelegateParameterRule = new DiagnosticDescriptor ( RuleId ,
8383 s_localizableTitle ,
@@ -86,7 +86,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
8686 DiagnosticSeverity . Warning ,
8787 isEnabledByDefault : false ,
8888 description : s_localizableDescription ,
89- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
89+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
9090 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
9191 internal static DiagnosticDescriptor TypeTypeParameterRule = new DiagnosticDescriptor ( RuleId ,
9292 s_localizableTitle ,
@@ -95,7 +95,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
9595 DiagnosticSeverity . Warning ,
9696 isEnabledByDefault : false ,
9797 description : s_localizableDescription ,
98- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
98+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
9999 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
100100 internal static DiagnosticDescriptor MethodTypeParameterRule = new DiagnosticDescriptor ( RuleId ,
101101 s_localizableTitle ,
@@ -104,7 +104,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
104104 DiagnosticSeverity . Warning ,
105105 isEnabledByDefault : false ,
106106 description : s_localizableDescription ,
107- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
107+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
108108 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
109109 internal static DiagnosticDescriptor AssemblyMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
110110 s_localizableTitle ,
@@ -113,7 +113,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
113113 DiagnosticSeverity . Warning ,
114114 isEnabledByDefault : false ,
115115 description : s_localizableDescription ,
116- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
116+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
117117 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
118118 internal static DiagnosticDescriptor NamespaceMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
119119 s_localizableTitle ,
@@ -122,7 +122,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
122122 DiagnosticSeverity . Warning ,
123123 isEnabledByDefault : false ,
124124 description : s_localizableDescription ,
125- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
125+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
126126 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
127127 internal static DiagnosticDescriptor TypeMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
128128 s_localizableTitle ,
@@ -131,7 +131,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
131131 DiagnosticSeverity . Warning ,
132132 isEnabledByDefault : false ,
133133 description : s_localizableDescription ,
134- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
134+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
135135 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
136136 internal static DiagnosticDescriptor MemberMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
137137 s_localizableTitle ,
@@ -140,7 +140,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
140140 DiagnosticSeverity . Warning ,
141141 isEnabledByDefault : false ,
142142 description : s_localizableDescription ,
143- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
143+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
144144 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
145145 internal static DiagnosticDescriptor MemberParameterMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
146146 s_localizableTitle ,
@@ -149,7 +149,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
149149 DiagnosticSeverity . Warning ,
150150 isEnabledByDefault : false ,
151151 description : s_localizableDescription ,
152- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
152+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
153153 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
154154 internal static DiagnosticDescriptor DelegateParameterMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
155155 s_localizableTitle ,
@@ -158,7 +158,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
158158 DiagnosticSeverity . Warning ,
159159 isEnabledByDefault : false ,
160160 description : s_localizableDescription ,
161- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
161+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
162162 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
163163 internal static DiagnosticDescriptor TypeTypeParameterMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
164164 s_localizableTitle ,
@@ -167,7 +167,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
167167 DiagnosticSeverity . Warning ,
168168 isEnabledByDefault : false ,
169169 description : s_localizableDescription ,
170- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
170+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
171171 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
172172 internal static DiagnosticDescriptor MethodTypeParameterMoreMeaningfulNameRule = new DiagnosticDescriptor ( RuleId ,
173173 s_localizableTitle ,
@@ -176,7 +176,7 @@ public abstract class IdentifiersShouldBeSpelledCorrectlyAnalyzer : DiagnosticAn
176176 DiagnosticSeverity . Warning ,
177177 isEnabledByDefault : false ,
178178 description : s_localizableDescription ,
179- helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704-identifiers-should-be-spelled-correctly " ,
179+ helpLinkUri : "https://docs.microsoft.com/visualstudio/code-quality/ca1704" ,
180180 customTags : FxCopWellKnownDiagnosticTags . PortedFxCopRule ) ;
181181
182182 public override ImmutableArray < DiagnosticDescriptor > SupportedDiagnostics => ImmutableArray < DiagnosticDescriptor > . Empty ;
0 commit comments