We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When looking at unresolved koan AboutSelectObject, the following error occurs:
Show-Karma -Topic AboutSelectObject
Invoke-Koan: C:\Program Files\WindowsPowerShell\Modules\PSKoans\0.67.1\Public\Get-Karma.ps1:111 Line | 111 | $PesterTests = Invoke-Koan @{ | ~~~~~~~~~~~~~~ | Property "____" cannot be found.
The same error occurs in PowerShell 5.1 and 7
The problem occurs on line
PSKoans/PSKoans/Koans/Cmdlets 1/AboutSelectObject.Koans.ps1
Line 71 in 5912b1b
The error can easily be avoided by ignoring error from Select-Object cmdlet
Select-Object
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe "Koan Bug, Issue, or Help Request"
When looking at unresolved koan AboutSelectObject, the following error occurs:
The same error occurs in PowerShell 5.1 and 7
Context "The Problematic Assertions"
The problem occurs on line
PSKoans/PSKoans/Koans/Cmdlets 1/AboutSelectObject.Koans.ps1
Line 71 in 5912b1b
The error can easily be avoided by ignoring error from
Select-Object
cmdletContext "Your Attempts"
Context "Additional Information"
The text was updated successfully, but these errors were encountered: