Fix CA2243: Attribute string literals should parse correctly#15622
Fix CA2243: Attribute string literals should parse correctly#15622iSazonov merged 3 commits intoPowerShell:masterfrom
Conversation
|
The cmdlet and HelpURI need to be added to the appropriate CSV file in test\powershell\engine\Help\assets\HelpURI. There are CSV files:
I don't know the difference between them, but my guess is that it goes in the V2 file. |
@adityapatwardhan Do you know which CSV file the HelpUri should be added to? |
[CA2243: Attribute string literals should parse correctly](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2243)
|
@xtqqczze Please add to V2 file since it is V2 cmdlet. |
|
🎉 Handy links: |
|
I think this does not meet the bar backport, but i wanted to have discussion as the issue for this PR was marked backport to 7.1.x |
cc: @iSazonov
Remove-AliasHelpUri #15625