Sean Wheeler

Results 196 comments of Sean Wheeler

PowerShell/src/System.Management.Automation/resources/ParserStrings.resx Line 592: ```xml Cannot run a document in the middle of a pipeline: {0}. ``` Suggested text: "Cannot invoke a document in the middle of a pipeline: {0}" Line...

I defer to the product team for better wording. But, as I understand it, document invocation is a Windows specific feature and that is what this error is about.

@ThomasNieto I don't know. I had the same question. I am not convinced that the signing recommendation in the SDK docs is a valid recommendation. We don't sign our help...

I think the output should be similar to `Get-ScriptAnalyzerRule`, but would include configured settings as well. The path is optional but might be a good idea to include in the...

Another thought - The output described above should be the same thing you get from `Get-ScriptAnalyzerRule`, but it would show what configuration is loaded in the current session. If the...

@rjmholt Has a great [explanation](https://github.com/PowerShell/PSScriptAnalyzer/issues/1660#issuecomment-823680961) about why this is a hard rule to get right.

The localization team has made improvements with this but there are still cases where this occurs. This issue is being tracked by the localization team. There is nothing we can...

Adding a summary of answers for this issue is being before closing out comments. The 7zip-Archive module is not from Microsoft. Contact the vendor for support. The error is expected...

There are two issues I have: 1. I get no readability score output - I just get empty JSON `{}` or `✔ 0 errors, 0 warnings and 0 suggestions in...

To work around the default config issue, I created a new configuration called `allrules.ini` that has all rules enabled. I can use this from the command line with `--filter` to...