See parent issue 1116:
There are a lot of non-URL strings that IsWellFormedUriString is tagging as well formed URLs.
Example, this snippet returns True:
$v = 'aa:a'
[System.Uri]::IsWellFormedUriString($v , [System.UriKind]::Absolute)
May I ask to reconsider adding the -NoHyperLinkConversion parameter suggested in 1116?
See parent issue 1116:
There are a lot of non-URL strings that IsWellFormedUriString is tagging as well formed URLs.
Example, this snippet returns True:
May I ask to reconsider adding the -NoHyperLinkConversion parameter suggested in 1116?