| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Sorry, something went wrong.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Sorry, something went wrong.
There was a problem hiding this comment.
Updates resource entries in CmdletizationCoreResources.resx to address “dev rule” {StrContains="..."} comment directives that don’t match the corresponding resource values.
Changes:
src/System.Management.Automation/resources/CmdletizationCoreResources.resx:136
<value>The {0} cmdlet defines the {1} parameter set more than once. Verify that the Cmdlet Definition XML does not have duplicate parameter set names and retry.</value>
src/System.Management.Automation/resources/CmdletizationCoreResources.resx:186
<value>The value of the Name attribute is not a valid C# identifier: {0}. Verify the Name attribute in the Cmdlet Definition XML, and then try again.</value>
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
The dev rules like {StrContains="CmdletParameterMetadata"} and {StrContains="PSName"} lock values that are missing in the resource string value. This PR fixes those dev rules.