Skip to content

Commit 78d69ad

Browse files
authored
Merge pull request #5599 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents 753d541 + 84d587a commit 78d69ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/code-quality/how-to-customize-the-code-analysis-dictionary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To include a term in the list of terms that code analysis identifies as deprecat
144144

145145
To include a suggested alternate term in the warning, specify the alternate in the PreferredAlternate attribute of the Term element. You can leave the attribute value empty if you do not want to suggest an alternate.
146146

147-
- The deprecated term in Dictionary/Words/ Deprecated/Term element is not case-sensitive.
147+
- The deprecated term in Dictionary/Words/Deprecated/Term element is not case-sensitive.
148148

149149
- The PreferredAlternate attribute value is case-sensitive. Use Pascal case for compound alternates.
150150

@@ -179,9 +179,9 @@ Terms in the Dictionary/Words/Deprecated node are applied to the following code
179179

180180
The built-in dictionary identifies some terms as single, discrete terms rather than a compound term. To include a term in the list of terms that code analysis identifies as a compound word and to specify the correct casing of the term, add the term as the inner text of a Dictionary/Words/Compound/Term element. In the CompoundAlternate attribute of the Term element, specify the individual words that make up the compound term by capitalizing the first letter of the individual words (Pascal case). Note that the term specified in the inner text is automatically added to the Dictionary/Words/DiscreteExceptions list.
181181

182-
- The deprecated term in Dictionary/Words/ Deprecated/Term element is not case-sensitive.
182+
- The compound term in Dictionary/Words/Compound/Term element is not case-sensitive.
183183

184-
- The PreferredAlternate attribute value is case-sensitive. Use Pascal case for compound alternates.
184+
- The CompoundAlternate attribute value is case-sensitive. Use Pascal case for compound alternates.
185185

186186
**Example**
187187

@@ -268,4 +268,4 @@ Terms in the Dictionary/Acronyms/CasingExceptions node are applied to the follow
268268

269269
5. From the **Build Action** list, select **CodeAnalysisDictionary**.
270270

271-
6. From the **Copy to Output Directory** list, select **Do not copy**.
271+
6. From the **Copy to Output Directory** list, select **Do not copy**.

0 commit comments

Comments
 (0)