Plastikfan
Plastikfan
Hi @evermake, thanks for that. Yeah I now realise the intent of your PR. So adding the new functionality for the new 1 way validation groups becomes a trivial matter...
Just now waiting the outcome of #1775, as that PR claims to implement the 2 new validation groups I have proposed as part of its own design refactor. Because of...
Closing this PR as it being superceded by #1775
I have found another way in which this rule incorrectly fires which is related to this issue: Consider this: ```powershell function get-DoesContainScheme { [OutputType([boolean])] param( [Parameter()] [string]$SchemeName, [Parameter()] [object[]]$Schemes )...
Not sure what I'm missing, but how do I get my package on david-dm website? I've linked david-dm to my github account, but I don't lnow what to do next....
I'm interested to know if this pull request is still thing as I am in the process of defining my own V3 which uses generics, not sure about the other...
Another point of ponderance to me is, if these values are set to -1 and not valid colours, how does general text display in a PowerShell session work? It implies...
I'm a bit surprised this hasnt been addressed yet, seems like its a trivial issue to resolve
I have the same issue and looking for a resolution (zsh on ubuntu 20.04, windows 10-WSL2)
I'm just learning how to use PSScriptAnalyzer, and I've just discovered I can suppress the message, so now I'm using this: [OutputType('System.String[]')] [CmdletBinding()] [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseOutputTypeCorrectly", "")] So, I've left the OutputType...