We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1e210 commit 982bf98Copy full SHA for 982bf98
Tools/Update-StandardsComments.ps1
@@ -112,7 +112,9 @@ foreach ($Standard in $StandardsInfo) {
112
continue
113
}
114
else {
115
- $NewComment.Add(" $(EscapeMarkdown($Property.Value.ToString()))`n")
+ if ($null -ne $Property.Value) {
116
+ $NewComment.Add(" $(EscapeMarkdown($Property.Value.ToString()))`n")
117
+ }
118
119
120
0 commit comments