-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
AboutPSProviders.Koans.ps1 - thows errors (may be unavoidable) #455
Comments
Ah, yep, looks like we need to be making sure we load the Get-Blank function and its aliases into the new runspace, which it seems we're not doing at the moment. Definitely seems like something we need to look into here. |
in the same Kaon, the following I cannot overcome:
Line 174 reads: ItemNotFoundException is what my error returns:
so don't know what is actually wrong here... |
When handling types, you will often need to qualify them by a namespace name if they're not in the default set of namespaces. If you grab |
The main error here leads to:
The respective Test is the following:
I tried to overcome this with changing line 261 to: Commenting out Line 261 will lead to another error on the next line.
(same as above) |
further on, I get a similar thing:
which gives me:
the premise is to insert a string Line 281 again fails because the variable cannot be removed |
Thank you. Didn't know you can drill down that far into Error-messages... I am usually content handling the $_.Exception.Message in catch blocks :) |
Regarding #455 (comment), I got the same issue with variable
I added the Seems related to #435 |
Regarding #455 (comment), I'm also confused why |
Describe "Koan Bug, Issue, or Help Request"
AboutPSProviders.Koans.ps1
Context "The Problematic Assertions"
Context "Your Attempts"
None to resolve directly. Don't know enough about this to dig though this yet 😄
Context "Additional Information"
The relevant function in
Get-Karma
The text was updated successfully, but these errors were encountered: