Describe "Koan Bug, Issue, or Help Request"
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
Context "The Problematic Assertions"
The problem occurs on line https://github.com/vexx32/PSKoans/blob/5912b1b312e9d2dcb7272aff2c5d63ca1b6d78d4/PSKoans/Koans/Cmdlets%201/AboutSelectObject.Koans.ps1#L71
The error can easily be avoided by ignoring error from Select-Object cmdlet
Context "Your Attempts"
Context "Additional Information"
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 https://github.com/vexx32/PSKoans/blob/5912b1b312e9d2dcb7272aff2c5d63ca1b6d78d4/PSKoans/Koans/Cmdlets%201/AboutSelectObject.Koans.ps1#L71
The error can easily be avoided by ignoring error from
Select-ObjectcmdletContext "Your Attempts"
Context "Additional Information"